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:
a4b093e
)
Correct indentation. NFC
author
Craig Topper
<craig.topper@gmail.com>
Sat, 16 May 2015 05:42:08 +0000
(
05:42
+0000)
committer
Craig Topper
<craig.topper@gmail.com>
Sat, 16 May 2015 05:42:08 +0000
(
05:42
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237512
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/MachineInstr.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/MachineInstr.cpp
b/lib/CodeGen/MachineInstr.cpp
index 4d290f58a810f0658d5634b50f2d7c0e7fa6f890..3bb7fe181f05dc81b03a93640e85b8b9477a9a1f 100644
(file)
--- a/
lib/CodeGen/MachineInstr.cpp
+++ b/
lib/CodeGen/MachineInstr.cpp
@@
-321,8
+321,8
@@
void MachineOperand::print(raw_ostream &OS,
if (isUndef() && getSubReg())
OS << ",read-undef";
} else if (isImplicit()) {
-
OS << "imp-use";
-
NeedComma = true;
+ OS << "imp-use";
+ NeedComma = true;
}
if (isKill()) {