Skip to content

Commit ece086b

Browse files
committed
Add autogenerated FileCheck to test case
1 parent 713984d commit ece086b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

llvm/test/CodeGen/WinEH/wineh-empty-seh-scope.ll

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
; RUN: llc -mtriple=x86_64-pc-windows-msvc19.41.34120 %s
1+
; 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
23

34
define void @foo() personality ptr @__CxxFrameHandler3 {
5+
; CHECK-LABEL: foo:
6+
; CHECK: # %bb.0:
7+
; CHECK-NEXT: nop # avoids zero-length function
48
call void @llvm.seh.scope.begin()
59
unreachable
610
}

0 commit comments

Comments
 (0)