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:
1160945
)
Fix a missing #include.
author
Dan Gohman
<gohman@apple.com>
Wed, 14 Apr 2010 18:57:18 +0000
(18:57 +0000)
committer
Dan Gohman
<gohman@apple.com>
Wed, 14 Apr 2010 18:57:18 +0000
(18:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101270
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/FastISel.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/FastISel.h
b/include/llvm/CodeGen/FastISel.h
index b1f73cba30cb2f300d6ece90abccd82ba7858edc..a1752d35344161c46e00e825e2100c4c2f4dd67e 100644
(file)
--- a/
include/llvm/CodeGen/FastISel.h
+++ b/
include/llvm/CodeGen/FastISel.h
@@
-18,6
+18,7
@@
#ifndef NDEBUG
#include "llvm/ADT/SmallSet.h"
#endif
+#include "llvm/CodeGen/ValueTypes.h"
namespace llvm {