summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/dynamic-allocas-VLAs.ll
diff options
context:
space:
mode:
authorPreston Gurd <preston.gurd@intel.com>2012-07-19 18:53:21 +0000
committerPreston Gurd <preston.gurd@intel.com>2012-07-19 18:53:21 +0000
commit5b50701b1cebe3b3589f22f76bff2d9fc1601581 (patch)
tree73d014f5c0d575081dd8b522e3a6c6a3452c1b45 /test/CodeGen/X86/dynamic-allocas-VLAs.ll
parente88ed0934637a21f02ef5dc8b01075c0f8870d11 (diff)
downloadllvm-5b50701b1cebe3b3589f22f76bff2d9fc1601581.tar.gz
llvm-5b50701b1cebe3b3589f22f76bff2d9fc1601581.tar.bz2
llvm-5b50701b1cebe3b3589f22f76bff2d9fc1601581.tar.xz
Fix remaining lit tests which were failing when run on an Atom
processor. Patches by Tyler Nowicki, Andy Zhang, and Preston Gurd! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160520 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/dynamic-allocas-VLAs.ll')
-rw-r--r--test/CodeGen/X86/dynamic-allocas-VLAs.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/dynamic-allocas-VLAs.ll b/test/CodeGen/X86/dynamic-allocas-VLAs.ll
index 54ae39b711..c5e47facf3 100644
--- a/test/CodeGen/X86/dynamic-allocas-VLAs.ll
+++ b/test/CodeGen/X86/dynamic-allocas-VLAs.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=x86-64 -mattr=+avx -mtriple=i686-apple-darwin10 | FileCheck %s
-; RUN: llc < %s -force-align-stack -stack-alignment=32 -march=x86-64 -mattr=+avx -mtriple=i686-apple-darwin10 | FileCheck %s -check-prefix=FORCE-ALIGN
+; RUN: llc < %s -mcpu=generic -march=x86-64 -mattr=+avx -mtriple=i686-apple-darwin10 | FileCheck %s
+; RUN: llc < %s -mcpu=generic -force-align-stack -stack-alignment=32 -march=x86-64 -mattr=+avx -mtriple=i686-apple-darwin10 | FileCheck %s -check-prefix=FORCE-ALIGN
; rdar://11496434
; no VLAs or dynamic alignment