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 713984d commit ece086bCopy full SHA for ece086b
llvm/test/CodeGen/WinEH/wineh-empty-seh-scope.ll
@@ -1,6 +1,10 @@
1
-; RUN: llc -mtriple=x86_64-pc-windows-msvc19.41.34120 %s
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2
+; RUN: llc -mtriple=x86_64-pc-windows-msvc19.41.34120 %s | FileCheck %s
3
4
define void @foo() personality ptr @__CxxFrameHandler3 {
5
+; CHECK-LABEL: foo:
6
+; CHECK: # %bb.0:
7
+; CHECK-NEXT: nop # avoids zero-length function
8
call void @llvm.seh.scope.begin()
9
unreachable
10
}
0 commit comments