summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2009-06-07 09:44:19 +0000
committerEli Friedman <eli.friedman@gmail.com>2009-06-07 09:44:19 +0000
commit0b387fbd1bee51b0a09a228ae3d8baf21b706ded (patch)
treea39be910cd22093bf809997082cf0c27ee0980a3 /llvm
parent516479d6e7fa39333f45c73684dda59f319a10fe (diff)
downloadbcm5719-llvm-0b387fbd1bee51b0a09a228ae3d8baf21b706ded.tar.gz
bcm5719-llvm-0b387fbd1bee51b0a09a228ae3d8baf21b706ded.zip
Fix the run-line for this test to work correctly outside of x86.
llvm-svn: 73025
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll b/llvm/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll
index 56015c6473b..c3687a533e0 100644
--- a/llvm/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll
+++ b/llvm/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc | grep movl | count 2
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+mmx | grep movl | count 2
define i64 @a(i32 %a, i32 %b) nounwind readnone {
entry:
OpenPOWER on IntegriCloud