From 819ce3c51db70451dde2c4dd78376ec49d2d565d Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Sat, 16 May 2015 05:42:08 +0000 Subject: [PATCH] Correct indentation. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237512 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/MachineInstr.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()) { -- 2.34.1