summaryrefslogtreecommitdiff
path: root/test/CodeGen/mmx-shift-with-immediate.c
diff options
context:
space:
mode:
authorSebastian Pop <spop@codeaurora.org>2012-01-13 20:37:02 +0000
committerSebastian Pop <spop@codeaurora.org>2012-01-13 20:37:02 +0000
commitedd4f3c39101912605c2a1868dd2be71aa218798 (patch)
tree3996d15c1eb423541f22e72c8d06cd995fe181bc /test/CodeGen/mmx-shift-with-immediate.c
parent9606a57b6f2c43bf438a958fdffea1de60f6b2b7 (diff)
downloadclang-edd4f3c39101912605c2a1868dd2be71aa218798.tar.gz
rename -ccc-host-triple into -target
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148138 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/mmx-shift-with-immediate.c')
-rw-r--r--test/CodeGen/mmx-shift-with-immediate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/mmx-shift-with-immediate.c b/test/CodeGen/mmx-shift-with-immediate.c
index f430d2e4a2..ecd1881c48 100644
--- a/test/CodeGen/mmx-shift-with-immediate.c
+++ b/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) {