We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719478c commit 399ce3bCopy full SHA for 399ce3b
clang/test/CIR/CodeGen/builtin-setjmp-longjmp.c
@@ -74,13 +74,11 @@ void test_longjmp(void *env) {
74
75
76
// LLVM-LABEL: test_longjmp
77
- // LLVM-SAME: (ptr{{.*}}[[ENV:%.*]])
78
- // LLVM-NEXT: @llvm.eh.sjlj.longjmp(ptr{{.*}}[[ENV]])
+ // LLVM: @llvm.eh.sjlj.longjmp
79
// LLVM-NEXT: unreachable
80
81
// OGCG-LABEL: test_longjmp
82
- // OGCG-SAME: (ptr{{.*}}[[ENV:%.*]])
83
- // OGCG: @llvm.eh.sjlj.longjmp(ptr{{.*}}[[ENV]])
+ // OGCG: @llvm.eh.sjlj.longjmp
84
// OGCG-NEXT: unreachable
85
__builtin_longjmp(env, 1);
86
}
0 commit comments