[CodeGen] Fix tests breaking after r325505

llvm-svn: 325512
This commit is contained in:
Francis Visoiu Mistrih 2018-02-19 15:51:17 +00:00
parent 9a9556f07d
commit 7f0f8bb4bd
2 changed files with 2 additions and 3 deletions

View File

@ -414,8 +414,6 @@ void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST,
OS << " {";
IsInBundle = true;
}
OS << '\n';
}
if (IsInBundle)

View File

@ -32,7 +32,8 @@
; debug value as KILL'ed, resulting in a DEBUG_VALUE node changing codegen! (or
; hopefully, triggering an assert).
; CHECK: BUNDLE implicit-def dead $itstate{{.*}} {
; CHECK: BUNDLE implicit-def dead $itstate{{.*}}
; CHECK-NEXT: {
; CHECK: DBG_VALUE debug-use $r1, debug-use $noreg, !"u"
; CHECK-NOT: DBG_VALUE killed $r1, $noreg, !"u"