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:
265b083
)
The cleangcc pass is brokeninto two pieces, execute both of them.
author
Chris Lattner
<sabre@nondot.org>
Wed, 10 Apr 2002 20:33:32 +0000
(20:33 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 10 Apr 2002 20:33:32 +0000
(20:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2225
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 3f52e004f67cdd2ee2af0ac1f95f8833216ddb10..1bf1e8c0b7b741d662940c97040172a5533f5dc3 100644
(file)
--- a/
tools/gccas/gccas.cpp
+++ b/
tools/gccas/gccas.cpp
@@
-68,6
+68,7
@@
int main(int argc, char **argv) {
// a little bit. Do this now.
//
PassManager Passes;
+ Passes.add(createFunctionResolvingPass()); // Resolve (...) functions
Passes.add(createDeadInstEliminationPass()); // Remove Dead code/vars
Passes.add(createRaiseAllocationsPass()); // call %malloc -> malloc inst
Passes.add(createCleanupGCCOutputPass()); // Fix gccisms