diff options
author | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2018-02-19 15:51:17 +0000 |
---|---|---|
committer | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2018-02-19 15:51:17 +0000 |
commit | 7f0f8bb4bd0581ed28f99254b6cebcfa61913121 (patch) | |
tree | 472f3a2d81a5dd2146a3794b9553603f5cd424d7 /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | 9a9556f07de093185f3822312f4b5aa33c6c9d9c (diff) | |
download | llvm-7f0f8bb4bd0581ed28f99254b6cebcfa61913121.zip llvm-7f0f8bb4bd0581ed28f99254b6cebcfa61913121.tar.gz llvm-7f0f8bb4bd0581ed28f99254b6cebcfa61913121.tar.bz2 |
[CodeGen] Fix tests breaking after r325505
llvm-svn: 325512
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineBasicBlock.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/MachineBasicBlock.cpp b/llvm/lib/CodeGen/MachineBasicBlock.cpp index 6686cda..cf58c33 100644 --- a/llvm/lib/CodeGen/MachineBasicBlock.cpp +++ b/llvm/lib/CodeGen/MachineBasicBlock.cpp @@ -414,8 +414,6 @@ void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, OS << " {"; IsInBundle = true; } - - OS << '\n'; } if (IsInBundle) |