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.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/alloca-align-rounding-32.ll b/test/CodeGen/X86/alloca-align-rounding-32.ll
index 8a8b044d14..a45284e10c 100644
--- a/test/CodeGen/X86/alloca-align-rounding-32.ll
+++ b/test/CodeGen/X86/alloca-align-rounding-32.ll
@@ -15,5 +15,6 @@ define void @foo2(i32 %h) {
call void @bar(<2 x i64>* %p)
ret void
; CHECK: foo2
+; CHECK: andl $-32, %esp
; CHECK: andl $-32, %eax
}