From 544f750de6c3da5e7f94a783a321ae1dd14a698c Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Sun, 26 Mar 2017 10:33:03 +0000 Subject: [PATCH] Regenerate test llvm-svn: 298803 --- llvm/test/CodeGen/X86/sse-intrinsics-fast-isel.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/sse-intrinsics-fast-isel.ll b/llvm/test/CodeGen/X86/sse-intrinsics-fast-isel.ll index 7f040dd..0b03dff 100644 --- a/llvm/test/CodeGen/X86/sse-intrinsics-fast-isel.ll +++ b/llvm/test/CodeGen/X86/sse-intrinsics-fast-isel.ll @@ -1653,7 +1653,7 @@ define <4 x float> @test_mm_set1_ps(float %a0) nounwind { define void @test_mm_setcsr(i32 %a0) nounwind { ; X32-LABEL: test_mm_setcsr: ; X32: # BB#0: -; X32-NEXT: leal 4(%esp), %eax +; X32-NEXT: leal {{[0-9]+}}(%esp), %eax ; X32-NEXT: ldmxcsr (%eax) ; X32-NEXT: retl ; -- 2.7.4