diff options
| author | Eli Friedman <eli.friedman@gmail.com> | 2009-06-07 09:44:19 +0000 |
|---|---|---|
| committer | Eli Friedman <eli.friedman@gmail.com> | 2009-06-07 09:44:19 +0000 |
| commit | 0b387fbd1bee51b0a09a228ae3d8baf21b706ded (patch) | |
| tree | a39be910cd22093bf809997082cf0c27ee0980a3 /llvm/test | |
| parent | 516479d6e7fa39333f45c73684dda59f319a10fe (diff) | |
| download | bcm5719-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/test')
| -rw-r--r-- | llvm/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll | 2 |
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: |

