While the struct being defined in the AddressingMode.h header was
authorChandler Carruth <chandlerc@gmail.com>
Sat, 5 Jan 2013 08:19:20 +0000 (08:19 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 5 Jan 2013 08:19:20 +0000 (08:19 +0000)
unused, there were transitive includes needed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171613 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/TargetTransformInfo.h

index eb29471721abbe9eda30df895d54926b3115e2b2..ba596e7342b531430fb3c49325123c767bd0c00a 100644 (file)
@@ -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"