summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-05 08:19:20 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-05 08:19:20 +0000
commitba7a4e69e8d45f63119abc69375f25124cc68535 (patch)
tree59e7f4ead96c17ea50e651a634bcd953af518051 /include
parentacd2c2139ded7338168235ff09f45f037293bc72 (diff)
downloadllvm-ba7a4e69e8d45f63119abc69375f25124cc68535.tar.gz
llvm-ba7a4e69e8d45f63119abc69375f25124cc68535.tar.bz2
llvm-ba7a4e69e8d45f63119abc69375f25124cc68535.tar.xz
While the struct being defined in the AddressingMode.h header was
unused, there were transitive includes needed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171613 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/TargetTransformInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/TargetTransformInfo.h b/include/llvm/TargetTransformInfo.h
index eb29471721..ba596e7342 100644
--- a/include/llvm/TargetTransformInfo.h
+++ b/include/llvm/TargetTransformInfo.h
@@ -23,6 +23,7 @@
#define LLVM_TRANSFORMS_TARGET_TRANSFORM_INTERFACE
#include "llvm/IR/Intrinsics.h"
+#include "llvm/IR/GlobalValue.h"
#include "llvm/IR/Type.h"
#include "llvm/Pass.h"
#include "llvm/Support/DataTypes.h"