commit | 9a9d58a2385e9c676172bf0acb7f7c2ac7709f82 | [log] [tgz] |
---|---|---|
author | Craig Topper <craig.topper@gmail.com> | Sat May 16 05:42:08 2015 +0000 |
committer | Craig Topper <craig.topper@gmail.com> | Sat May 16 05:42:08 2015 +0000 |
tree | 33bb4ca25705d37aff1059bd17cc2dff1f627d46 | |
parent | 6ee494b6775043bad29d07eb06ceaeb10055d5ee [diff] [blame] |
Correct indentation. NFC llvm-svn: 237512
diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp index 4d290f5..3bb7fe1 100644 --- a/llvm/lib/CodeGen/MachineInstr.cpp +++ b/llvm/lib/CodeGen/MachineInstr.cpp
@@ -321,8 +321,8 @@ if (isUndef() && getSubReg()) OS << ",read-undef"; } else if (isImplicit()) { - OS << "imp-use"; - NeedComma = true; + OS << "imp-use"; + NeedComma = true; } if (isKill()) {