summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-12-09 06:15:00 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-12-09 06:15:00 +0000
commit9c181a92d8bc7af36839520c3e145bf11a6193fa (patch)
tree69f93fc69e44d12693ff861e8133ebfd5327402c /test
parent0c5fc0c7e141fad623c3770a954e5a7ae7178aaa (diff)
downloadllvm-9c181a92d8bc7af36839520c3e145bf11a6193fa.tar.gz
llvm-9c181a92d8bc7af36839520c3e145bf11a6193fa.tar.bz2
llvm-9c181a92d8bc7af36839520c3e145bf11a6193fa.tar.xz
Forgot setting -march.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146244 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/2011-12-08-AVXISelBugs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2011-12-08-AVXISelBugs.ll b/test/CodeGen/X86/2011-12-08-AVXISelBugs.ll
index 6193133e14..26670c169e 100644
--- a/test/CodeGen/X86/2011-12-08-AVXISelBugs.ll
+++ b/test/CodeGen/X86/2011-12-08-AVXISelBugs.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mcpu=corei7-avx -mattr=+avx
+; RUN: llc < %s -march=x86-64 -mcpu=corei7-avx -mattr=+avx
; Various missing patterns causing crashes.
; rdar://10538793