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:
a1095b2
)
Changed the formatting sequence of a curly brace to
author
Jack Carter
<jcarter@mips.com>
Thu, 28 Jun 2012 20:46:26 +0000
(20:46 +0000)
committer
Jack Carter
<jcarter@mips.com>
Thu, 28 Jun 2012 20:46:26 +0000
(20:46 +0000)
the comment per code review feedback.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159376
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Mips/MipsAsmPrinter.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/Mips/MipsAsmPrinter.cpp
b/lib/Target/Mips/MipsAsmPrinter.cpp
index 1c5bb1633be32c7aa0d32124a2df128c55aaf7cf..14c4b966647fc04f630c13b6252a4d5b830c0c47 100644
(file)
--- a/
lib/Target/Mips/MipsAsmPrinter.cpp
+++ b/
lib/Target/Mips/MipsAsmPrinter.cpp
@@
-323,8
+323,8
@@
bool MipsAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum,
return true;
O << MO.getImm() - 1;
return false;
- case 'z':
// $0 if zero, regular printing otherwise
- {
+ case 'z':
{
+ // $0 if zero, regular printing otherwise
if (MO.getType() != MachineOperand::MO_Immediate)
return true;
int64_t Val = MO.getImm();