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:
8c3befd
)
Silence a warning.
author
Evan Cheng
<evan.cheng@apple.com>
Mon, 15 Jun 2009 19:36:32 +0000
(19:36 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Mon, 15 Jun 2009 19:36:32 +0000
(19:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73406
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
b/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
index cf460b3eb21fb5f68e92ab0c5f984ada9f9cb735..f243b98269c84211dc333294b367b2a0b3a18604 100644
(file)
--- a/
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
+++ b/
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
@@
-1111,7
+1111,7
@@
bool ARMPreAllocLoadStoreOpt::RescheduleOps(MachineBasicBlock *MBB,
// Form the pair instruction instead.
unsigned EvenReg = 0, OddReg = 0;
unsigned BaseReg = 0, OffReg = 0, PredReg = 0;
- ARMCC::CondCodes Pred;
+ ARMCC::CondCodes Pred
= ARMCC::AL
;
DebugLoc dl;
for (unsigned i = 0; i != NumMove; ++i) {
MachineInstr *Op = Ops.back();