summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/alloca-align-rounding-32.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/alloca-align-rounding-32.ll')
-rw-r--r--test/CodeGen/X86/alloca-align-rounding-32.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/alloca-align-rounding-32.ll b/test/CodeGen/X86/alloca-align-rounding-32.ll
index a45284e10c..2b5a205086 100644
--- a/test/CodeGen/X86/alloca-align-rounding-32.ll
+++ b/test/CodeGen/X86/alloca-align-rounding-32.ll
@@ -16,5 +16,5 @@ define void @foo2(i32 %h) {
ret void
; CHECK: foo2
; CHECK: andl $-32, %esp
-; CHECK: andl $-32, %eax
+; CHECK: andl $-32, %e{{..}}
}