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:
aedc9c7
)
80 cols fix since i'm looking at this function anyway. NFC
author
Pete Cooper
<peter_cooper@apple.com>
Fri, 8 May 2015 17:54:29 +0000
(17:54 +0000)
committer
Pete Cooper
<peter_cooper@apple.com>
Fri, 8 May 2015 17:54:29 +0000
(17:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236885
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/MachineSink.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/MachineSink.cpp
b/lib/CodeGen/MachineSink.cpp
index 8337793d960d9ab82e13b7d3875395d1f2249f9d..58a9bbdb35795419d9d27afe8866401e65d881cb 100644
(file)
--- a/
lib/CodeGen/MachineSink.cpp
+++ b/
lib/CodeGen/MachineSink.cpp
@@
-656,7
+656,8
@@
bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &SawStore) {
bool BreakPHIEdge = false;
MachineBasicBlock *ParentBlock = MI->getParent();
- MachineBasicBlock *SuccToSinkTo = FindSuccToSinkTo(MI, ParentBlock, BreakPHIEdge);
+ MachineBasicBlock *SuccToSinkTo = FindSuccToSinkTo(MI, ParentBlock,
+ BreakPHIEdge);
// If there are no outputs, it must have side-effects.
if (!SuccToSinkTo)