summaryrefslogtreecommitdiff
path: root/include/llvm/AddressingMode.h
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-10-08 23:14:28 +0000
committerNadav Rotem <nrotem@apple.com>2012-10-08 23:14:28 +0000
commit315dc1745b6f81eca278a476f029212d9a4880ed (patch)
tree48bfc7338b3f72497e4d8a7e0d686a127dddacb9 /include/llvm/AddressingMode.h
parentad6aedc7d980d407da4452ff3ed4592d3df1a3f7 (diff)
downloadllvm-315dc1745b6f81eca278a476f029212d9a4880ed.tar.gz
llvm-315dc1745b6f81eca278a476f029212d9a4880ed.tar.bz2
llvm-315dc1745b6f81eca278a476f029212d9a4880ed.tar.xz
Use DataTypes.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165457 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/AddressingMode.h')
-rw-r--r--include/llvm/AddressingMode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/AddressingMode.h b/include/llvm/AddressingMode.h
index 2b6d6ed33c..70b3c05238 100644
--- a/include/llvm/AddressingMode.h
+++ b/include/llvm/AddressingMode.h
@@ -14,7 +14,7 @@
#ifndef LLVM_ADDRESSING_MODE_H
#define LLVM_ADDRESSING_MODE_H
-#include <sys/types.h>
+#include "llvm/Support/DataTypes.h"
namespace llvm {