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:
09e5af7
)
R600/SI: Fix brace identation
author
Matt Arsenault
<Matthew.Arsenault@amd.com>
Wed, 18 Feb 2015 02:04:31 +0000
(
02:04
+0000)
committer
Matt Arsenault
<Matthew.Arsenault@amd.com>
Wed, 18 Feb 2015 02:04:31 +0000
(
02:04
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229603
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/R600/SIInstrInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/R600/SIInstrInfo.cpp
b/lib/Target/R600/SIInstrInfo.cpp
index 8b65d5ca6a9e7f19817972c2dd8c142935ede689..806d422ac56a716c2e2607f553c52bc8535b09f9 100644
(file)
--- a/
lib/Target/R600/SIInstrInfo.cpp
+++ b/
lib/Target/R600/SIInstrInfo.cpp
@@
-750,7
+750,7
@@
MachineInstr *SIInstrInfo::commuteInstruction(MachineInstr *MI,
(!isOperandLegal(MI, Src0Idx, &Src1) ||
!isOperandLegal(MI, Src1Idx, &Src0))) {
return nullptr;
-
}
+ }
if (!Src1.isReg()) {
// Allow commuting instructions with Imm operands.