summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/mmx-shift-with-immediate.c
diff options
context:
space:
mode:
authorSebastian Pop <spop@codeaurora.org>2012-01-20 22:01:23 +0000
committerSebastian Pop <spop@codeaurora.org>2012-01-20 22:01:23 +0000
commit422377cfd3a8e7ff74eba5db22540cd8d0c42807 (patch)
treea08e2b2459a37470efe08118af7cd531e536317b /clang/test/CodeGen/mmx-shift-with-immediate.c
parente7b9d4342b10d8bff6e0ae38c80ef27877ebd73a (diff)
downloadbcm5719-llvm-422377cfd3a8e7ff74eba5db22540cd8d0c42807.tar.gz
bcm5719-llvm-422377cfd3a8e7ff74eba5db22540cd8d0c42807.zip
rename -ccc-host-triple into -target
llvm-svn: 148582
Diffstat (limited to 'clang/test/CodeGen/mmx-shift-with-immediate.c')
-rw-r--r--clang/test/CodeGen/mmx-shift-with-immediate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/mmx-shift-with-immediate.c b/clang/test/CodeGen/mmx-shift-with-immediate.c
index f430d2e4a25..ecd1881c487 100644
--- a/clang/test/CodeGen/mmx-shift-with-immediate.c
+++ b/clang/test/CodeGen/mmx-shift-with-immediate.c
@@ -1,4 +1,4 @@
-// RUN: %clang -mmmx -ccc-host-triple i386-unknown-unknown -emit-llvm -S %s -o - | FileCheck %s
+// RUN: %clang -mmmx -target i386-unknown-unknown -emit-llvm -S %s -o - | FileCheck %s
#include <mmintrin.h>
void shift(__m64 a, __m64 b, int c) {
OpenPOWER on IntegriCloud