Skip to content

Commit 7790834

Browse files
committed
[X86] fsxor-alignment.ll - add nounwind to prevent cfi noise in an upcoming change
1 parent 8c36a82 commit 7790834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/X86/fsxor-alignment.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
; to do floating-point negations, because the arguments aren't vectors
66
; and aren't vector-aligned.
77

8-
define void @foo(ptr %p, ptr %q, float %s, float %y) {
8+
define void @foo(ptr %p, ptr %q, float %s, float %y) nounwind {
99
; CHECK-LABEL: foo:
1010
; CHECK: # %bb.0:
1111
; CHECK-NEXT: movl {{[0-9]+}}(%esp), %eax

0 commit comments

Comments
 (0)