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:
a9795f8
)
fix a compilation error, patch contributed by Bill Wendling!
author
Chris Lattner
<sabre@nondot.org>
Thu, 24 Mar 2005 05:12:48 +0000
(
05:12
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 24 Mar 2005 05:12:48 +0000
(
05:12
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20807
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/IA64/IA64AsmPrinter.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/IA64/IA64AsmPrinter.cpp
b/lib/Target/IA64/IA64AsmPrinter.cpp
index d79d6bb4a111da8986ab51f6577ca4c6c88e69a3..c30b8e456a154c53b55e691c97fc273d500413dc 100644
(file)
--- a/
lib/Target/IA64/IA64AsmPrinter.cpp
+++ b/
lib/Target/IA64/IA64AsmPrinter.cpp
@@
-19,6
+19,7
@@
#include "IA64.h"
#include "IA64TargetMachine.h"
#include "llvm/Module.h"
+#include "llvm/Type.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/CodeGen/AsmPrinter.h"
#include "llvm/CodeGen/MachineConstantPool.h"