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:
4430e3a
)
Add the simplify-libcalls pass.
author
Reid Spencer
<rspencer@reidspencer.com>
Wed, 27 Apr 2005 02:22:47 +0000
(
02:22
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Wed, 27 Apr 2005 02:22:47 +0000
(
02:22
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21585
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 896b79a02209573f4c21bf528ad5c0ad2a635de4..fae4ddb205acda1514ed894897d4eb638e5a4c45 100644
(file)
--- a/
tools/gccas/gccas.cpp
+++ b/
tools/gccas/gccas.cpp
@@
-95,6
+95,7
@@
void AddConfiguredTransformationPasses(PassManager &PM) {
if (!DisableInline)
addPass(PM, createFunctionInliningPass()); // Inline small functions
+ addPass(PM, createSimplifyLibCallsPass()); // Library Call Optimizations
addPass(PM, createArgumentPromotionPass()); // Scalarize uninlined fn args
addPass(PM, createRaisePointerReferencesPass());// Recover type information