summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vec_extract-mmx.ll
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2015-02-26 15:16:09 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2015-02-26 15:16:09 +0000
commit9801cd9b6a9b67ef93686768758546bd60572b6a (patch)
treeaea2843cf38600a3d3d6d7399ea7e0ccf3d313a5 /llvm/test/CodeGen/X86/vec_extract-mmx.ll
parent7b6c1ec22db79c777fbb8c3887ea6e2aad46efce (diff)
downloadbcm5719-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/CodeGen/X86/vec_extract-mmx.ll')
-rw-r--r--llvm/test/CodeGen/X86/vec_extract-mmx.ll2
1 files changed, 1 insertions, 1 deletions
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:
OpenPOWER on IntegriCloud