From: Craig Topper Date: Sat, 16 May 2015 05:42:08 +0000 (+0000) Subject: Correct indentation. NFC X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=819ce3c51db70451dde2c4dd78376ec49d2d565d;p=oota-llvm.git Correct indentation. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237512 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/MachineInstr.cpp b/lib/CodeGen/MachineInstr.cpp index 4d290f58a81..3bb7fe181f0 100644 --- 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()) {