projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acd2c21
)
While the struct being defined in the AddressingMode.h header was
author
Chandler Carruth
<chandlerc@gmail.com>
Sat, 5 Jan 2013 08:19:20 +0000
(08:19 +0000)
committer
Chandler 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
patch
|
blob
|
history
diff --git
a/include/llvm/TargetTransformInfo.h
b/include/llvm/TargetTransformInfo.h
index eb29471721abbe9eda30df895d54926b3115e2b2..ba596e7342b531430fb3c49325123c767bd0c00a 100644
(file)
--- 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"