commit | 0a7d0ad95fc1162f8266a48b88e223e24dcd4a90 | [log] [tgz] |
---|---|---|
author | NAKAMURA Takumi <geek4civic@gmail.com> | Tue Sep 22 11:15:07 2015 +0000 |
committer | NAKAMURA Takumi <geek4civic@gmail.com> | Tue Sep 22 11:15:07 2015 +0000 |
tree | 0c855160dad1cae23ca578887359ea9924aafcdc | |
parent | a9cb538a74b511aa56e4237dbdfca57e8dcc57cc [diff] [blame] |
Untabify. llvm-svn: 248264
diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp index 646216c..560ebe8 100644 --- a/llvm/lib/CodeGen/MachineInstr.cpp +++ b/llvm/lib/CodeGen/MachineInstr.cpp
@@ -1786,7 +1786,7 @@ DebugLoc InlinedAtDL(InlinedAt); if (InlinedAtDL && MF) { OS << " inlined @[ "; - InlinedAtDL.print(OS); + InlinedAtDL.print(OS); OS << " ]"; } }