summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/alloca-align-rounding.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/alloca-align-rounding.ll')
-rw-r--r--test/CodeGen/X86/alloca-align-rounding.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/alloca-align-rounding.ll b/test/CodeGen/X86/alloca-align-rounding.ll
index 7bc880625c..3d76fb0aa2 100644
--- a/test/CodeGen/X86/alloca-align-rounding.ll
+++ b/test/CodeGen/X86/alloca-align-rounding.ll
@@ -15,5 +15,6 @@ define void @foo2(i64 %h) {
call void @bar(<2 x i64>* %p)
ret void
; CHECK: foo2
+; CHECK: andq $-32, %rsp
; CHECK: andq $-32, %rax
}