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:
52af630
)
Reassociate pass now works
author
Chris Lattner
<sabre@nondot.org>
Thu, 31 Oct 2002 17:16:18 +0000
(17:16 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 31 Oct 2002 17:16:18 +0000
(17:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4473
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/SparcV9/SparcV9TargetMachine.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/SparcV9/SparcV9TargetMachine.cpp
b/lib/Target/SparcV9/SparcV9TargetMachine.cpp
index faed36c32a8e18fddde85239bb43f7330f564ab8..d00fece480b268c970cce8cad93f6cc62cd9a87f 100644
(file)
--- a/
lib/Target/SparcV9/SparcV9TargetMachine.cpp
+++ b/
lib/Target/SparcV9/SparcV9TargetMachine.cpp
@@
-151,7
+151,7
@@
bool UltraSparc::addPassesToEmitAssembly(PassManager &PM, std::ostream &Out)
if (!DisablePreSelect)
{
PM.add(createPreSelectionPass(*this));
- /* PM.add(createReassociatePass()); */
+ PM.add(createReassociatePass());
PM.add(createLICMPass());
PM.add(createGCSEPass());
}