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:
ec9aa7e
)
Revert an accidental commit.
author
Evan Cheng
<evan.cheng@apple.com>
Mon, 13 Jul 2009 23:44:01 +0000
(23:44 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Mon, 13 Jul 2009 23:44:01 +0000
(23:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75553
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/LLVMTargetMachine.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/LLVMTargetMachine.cpp
b/lib/CodeGen/LLVMTargetMachine.cpp
index 196d7d9e1eb21038578402a61393e58dd910211b..d7fde5f90a90a78a5d86b27cd9757d0ec5c6fb7d 100644
(file)
--- a/
lib/CodeGen/LLVMTargetMachine.cpp
+++ b/
lib/CodeGen/LLVMTargetMachine.cpp
@@
-257,7
+257,7
@@
bool LLVMTargetMachine::addCommonCodeGenPasses(PassManagerBase &PM,
if (OptLevel != CodeGenOpt::None) {
PM.add(createMachineLICMPass());
PM.add(createMachineSinkingPass());
- printAndVerify(PM, /* allowDoubleDefs= */
fals
e);
+ printAndVerify(PM, /* allowDoubleDefs= */
tru
e);
}
// Run pre-ra passes.