diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2013-01-05 08:19:20 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2013-01-05 08:19:20 +0000 |
| commit | e0900ec533ca25c030c08e9c4f171c39ae6ff785 (patch) | |
| tree | 3365934d877c1faaee7dfaab9d4a9a0eb7bfee0a /llvm | |
| parent | a56c3200aa06165e4a7db9397ef77940848cf3aa (diff) | |
| download | bcm5719-llvm-e0900ec533ca25c030c08e9c4f171c39ae6ff785.tar.gz bcm5719-llvm-e0900ec533ca25c030c08e9c4f171c39ae6ff785.zip | |
While the struct being defined in the AddressingMode.h header was
unused, there were transitive includes needed.
llvm-svn: 171613
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/TargetTransformInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/TargetTransformInfo.h b/llvm/include/llvm/TargetTransformInfo.h index eb29471721a..ba596e7342b 100644 --- a/llvm/include/llvm/TargetTransformInfo.h +++ b/llvm/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" |

