File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ void *test_ReturnAddress(void) {
3232 // CIR: {{%.*}} = cir.return_address([[ARG]])
3333
3434 // LLVM-LABEL: test_ReturnAddress
35- // LLVM: {{%.*}} = call ptr @llvm.returnaddress(i32 0)
35+ // LLVM: {{%.*}} = call ptr @llvm.returnaddress.p0 (i32 0)
3636
3737 // OGCG-LABEL: test_ReturnAddress
38- // OGCG: {{%.*}} = call ptr @llvm.returnaddress(i32 0)
38+ // OGCG: {{%.*}} = call ptr @llvm.returnaddress.p0 (i32 0)
3939}
4040
4141#if defined(__i386__ ) || defined(__x86_64__ ) || defined (__aarch64__ )
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ extern "C" void *test_return_address(void) {
2121 // CIR: {{%.*}} = cir.return_address([[ARG]])
2222
2323 // LLVM-LABEL: @test_return_address
24- // LLVM: {{%.*}} = call ptr @llvm.returnaddress(i32 1)
24+ // LLVM: {{%.*}} = call ptr @llvm.returnaddress.p0 (i32 1)
2525
2626 // OGCG-LABEL: @test_return_address
27- // OGCG: {{%.*}} = call ptr @llvm.returnaddress(i32 1)
27+ // OGCG: {{%.*}} = call ptr @llvm.returnaddress.p0 (i32 1)
2828}
2929
3030extern " C" void *test_frame_address (void ) {
You can’t perform that action at this time.
0 commit comments