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:
e67bd6c
)
This should have been a reference
author
Matthias Braun
<matze@braunis.de>
Fri, 29 May 2015 02:59:59 +0000
(
02:59
+0000)
committer
Matthias Braun
<matze@braunis.de>
Fri, 29 May 2015 02:59:59 +0000
(
02:59
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238540
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/EarlyIfConversion.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/EarlyIfConversion.cpp
b/lib/CodeGen/EarlyIfConversion.cpp
index 9950951376188ae453454d35d9bd65c5f1846a2e..d3687b98b34455c98bcd383b2867ab4ae2b7cbac 100644
(file)
--- a/
lib/CodeGen/EarlyIfConversion.cpp
+++ b/
lib/CodeGen/EarlyIfConversion.cpp
@@
-226,7
+226,7
@@
bool SSAIfConv::canSpeculateInstrs(MachineBasicBlock *MBB) {
}
// Check for any dependencies on Head instructions.
- for (const MachineOperand MO : I->operands()) {
+ for (const MachineOperand
&
MO : I->operands()) {
if (MO.isRegMask()) {
DEBUG(dbgs() << "Won't speculate regmask: " << *I);
return false;