Skip to content

Commit 0c804d3

Browse files
committed
Rename the test
1 parent 8d928bc commit 0c804d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Transforms/CodeGenPrepare/X86/sink-addr-recreate.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ target triple = "x86_64-grtev4-linux-gnu"
77
; Test a scenario when the address cannot be recreated in the current basic block
88

99
declare ptr @get_ptr(i64)
10-
define void @address_terminator() personality ptr null {
11-
; CHECK-LABEL: define void @address_terminator() personality ptr null {
10+
define void @addr_from_invoke() personality ptr null {
11+
; CHECK-LABEL: define void @addr_from_invoke() personality ptr null {
1212
; CHECK-NEXT: [[ENTRY:.*:]]
1313
; CHECK-NEXT: [[PTR:%.*]] = invoke ptr @get_ptr(i64 0)
1414
; CHECK-NEXT: to label %[[BODY_1:.*]] unwind label %[[EHCLEANUP:.*]]

0 commit comments

Comments
 (0)