summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/mmx-shift-with-immediate.c
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2012-01-13 21:33:06 +0000
committerEli Friedman <eli.friedman@gmail.com>2012-01-13 21:33:06 +0000
commitd749c6bf2ee01bd48d48faca7da779043b9a33e3 (patch)
tree338a28bb964d0bcfd74eb01f292813f959562401 /clang/test/CodeGen/mmx-shift-with-immediate.c
parent3658e6a6366eef4b273f5ca36de587535ec6ef02 (diff)
downloadbcm5719-llvm-d749c6bf2ee01bd48d48faca7da779043b9a33e3.tar.gz
bcm5719-llvm-d749c6bf2ee01bd48d48faca7da779043b9a33e3.zip
Revert r148138; it's causing test failures.
llvm-svn: 148141
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 ecd1881c487..f430d2e4a25 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 -target i386-unknown-unknown -emit-llvm -S %s -o - | FileCheck %s
+// RUN: %clang -mmmx -ccc-host-triple i386-unknown-unknown -emit-llvm -S %s -o - | FileCheck %s
#include <mmintrin.h>
void shift(__m64 a, __m64 b, int c) {
OpenPOWER on IntegriCloud