Skip to content

Commit 138c387

Browse files
arsenmChenyang-L
authored andcommitted
X86: Fix asserts only test
This test should really check the MIR result rather than rely on the debug output.
1 parent 4d80f16 commit 138c387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/X86/remat-phys-dead.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
define i8 @test_remat() {
1010
ret i8 0
11-
; CHECK: REGISTER COALESCING
11+
; CHECK: REGISTER COALESCER
1212
; CHECK: Remat: dead $eax = MOV32r0 implicit-def dead $eflags, implicit-def $al
1313
}
1414

@@ -17,7 +17,7 @@ define i8 @test_remat() {
1717

1818
define i32 @test_remat32() {
1919
ret i32 0
20-
; CHECK: REGISTER COALESCING
20+
; CHECK: REGISTER COALESCER
2121
; CHECK: Remat: $eax = MOV32r0 implicit-def dead $eflags
2222
}
2323

0 commit comments

Comments
 (0)