forked from OSchip/llvm-project
[CodeGen] Fix tests breaking after r325505
llvm-svn: 325512
This commit is contained in:
parent
9a9556f07d
commit
7f0f8bb4bd
|
@ -414,8 +414,6 @@ void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST,
|
|||
OS << " {";
|
||||
IsInBundle = true;
|
||||
}
|
||||
|
||||
OS << '\n';
|
||||
}
|
||||
|
||||
if (IsInBundle)
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue