diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2015-02-26 15:16:09 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2015-02-26 15:16:09 +0000 |
commit | 9801cd9b6a9b67ef93686768758546bd60572b6a (patch) | |
tree | aea2843cf38600a3d3d6d7399ea7e0ccf3d313a5 /llvm/test | |
parent | 7b6c1ec22db79c777fbb8c3887ea6e2aad46efce (diff) | |
download | bcm5719-llvm-9801cd9b6a9b67ef93686768758546bd60572b6a.tar.gz bcm5719-llvm-9801cd9b6a9b67ef93686768758546bd60572b6a.zip |
[X86][MMX] Fix a typo in a couple of tests
llvm-svn: 230638
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/X86/bitcast-mmx.ll | 2 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/vec_extract-mmx.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/bitcast-mmx.ll b/llvm/test/CodeGen/X86/bitcast-mmx.ll index 8aeee1d8503..de1cb5ad830 100644 --- a/llvm/test/CodeGen/X86/bitcast-mmx.ll +++ b/llvm/test/CodeGen/X86/bitcast-mmx.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86_64 -mattr=+mmx,+sse2 | FileCheck %s +; RUN: llc < %s -march=x86-64 -mattr=+mmx,+sse2 | FileCheck %s define i32 @t0(i64 %x) { ; CHECK-LABEL: t0: diff --git a/llvm/test/CodeGen/X86/vec_extract-mmx.ll b/llvm/test/CodeGen/X86/vec_extract-mmx.ll index 118163cc534..c6c93a11d6d 100644 --- a/llvm/test/CodeGen/X86/vec_extract-mmx.ll +++ b/llvm/test/CodeGen/X86/vec_extract-mmx.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86_64 -mattr=+mmx,+sse2 | FileCheck %s +; RUN: llc < %s -march=x86-64 -mattr=+mmx,+sse2 | FileCheck %s define i32 @test0(<1 x i64>* %v4) { ; CHECK-LABEL: test0: |