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:
fa6db4b
)
PassManager is now in it's own header file
author
Chris Lattner
<sabre@nondot.org>
Thu, 31 Jan 2002 00:46:22 +0000
(
00:46
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 31 Jan 2002 00:46:22 +0000
(
00:46
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1608
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/gccas/gccas.cpp
patch
|
blob
|
history
diff --git
a/tools/gccas/gccas.cpp
b/tools/gccas/gccas.cpp
index 60da2be14c12387cdfc245aa5566c052db3911b1..4cb5d15630d879fbf9eab8760e37fd0997b23ce8 100644
(file)
--- a/
tools/gccas/gccas.cpp
+++ b/
tools/gccas/gccas.cpp
@@
-8,6
+8,7
@@
//===----------------------------------------------------------------------===//
#include "llvm/Module.h"
+#include "llvm/PassManager.h"
#include "llvm/Assembly/Parser.h"
#include "llvm/Transforms/CleanupGCCOutput.h"
#include "llvm/Transforms/LevelChange.h"