summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitf2ea70ae4a50d55d502da35ddc25f9f5890dca92 (patch)
tree639dff54781f1931a27de49a4d44b9dd9bd95190 /llvm/test/CodeGen/X86/dynamic-allocas-VLAs.ll
parenta309c95d4174fa40e6dfd1410f24f2206438e5df (diff)
downloadbcm5719-llvm-f2ea70ae4a50d55d502da35ddc25f9f5890dca92.tar.gz
bcm5719-llvm-f2ea70ae4a50d55d502da35ddc25f9f5890dca92.zip
Fix remaining lit tests which were failing when run on an Atom
processor. Patches by Tyler Nowicki, Andy Zhang, and Preston Gurd! llvm-svn: 160520
Diffstat (limited to 'llvm/test/CodeGen/X86/dynamic-allocas-VLAs.ll')
-rw-r--r--llvm/test/CodeGen/X86/dynamic-allocas-VLAs.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/dynamic-allocas-VLAs.ll b/llvm/test/CodeGen/X86/dynamic-allocas-VLAs.ll
index 54ae39b7112..c5e47facf34 100644
--- a/llvm/test/CodeGen/X86/dynamic-allocas-VLAs.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud