summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sse-align-11.ll
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-05-07 17:03:48 +0000
committerDuncan Sands <baldrick@free.fr>2010-05-07 17:03:48 +0000
commit7d2568ca3c7974f025ff9f7d9e2a0d17f922ee40 (patch)
tree52d2baff3e0296637d1e843179cc4e25e39712f0 /test/CodeGen/X86/sse-align-11.ll
parent9a7063e7eef06fd9fd95cfcf40ae048cec25c4e4 (diff)
downloadllvm-7d2568ca3c7974f025ff9f7d9e2a0d17f922ee40.tar.gz
llvm-7d2568ca3c7974f025ff9f7d9e2a0d17f922ee40.tar.bz2
llvm-7d2568ca3c7974f025ff9f7d9e2a0d17f922ee40.tar.xz
Correct some bogus target triples.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103265 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/sse-align-11.ll')
-rw-r--r--test/CodeGen/X86/sse-align-11.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/sse-align-11.ll b/test/CodeGen/X86/sse-align-11.ll
index aa1b4370bc..3cc83ca0db 100644
--- a/test/CodeGen/X86/sse-align-11.ll
+++ b/test/CodeGen/X86/sse-align-11.ll
@@ -1,5 +1,5 @@
; RUN: llc < %s -march=x86 -mcpu=yonah -mtriple=i686-apple-darwin8 | grep movaps
-; RUN: llc < %s -march=x86 -mcpu=yonah -mtriple=linux | grep movups
+; RUN: llc < %s -march=x86 -mcpu=yonah -mtriple=i686-linux-gnu | grep movups
define <4 x float> @foo(float %a, float %b, float %c, float %d) nounwind {
entry: