diff options
Diffstat (limited to 'clang/test/CodeGen/ext-vector-shuffle.c')
-rw-r--r-- | clang/test/CodeGen/ext-vector-shuffle.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/CodeGen/ext-vector-shuffle.c b/clang/test/CodeGen/ext-vector-shuffle.c index dfeffac7a98..37d3ed42d06 100644 --- a/clang/test/CodeGen/ext-vector-shuffle.c +++ b/clang/test/CodeGen/ext-vector-shuffle.c @@ -1,6 +1,6 @@ -// RUN: clang %s -emit-llvm -o - | not grep 'extractelement' -// RUN: clang %s -emit-llvm -o - | not grep 'insertelement' -// RUN: clang %s -emit-llvm -o - | grep 'shufflevector' +// RUN: clang-cc %s -emit-llvm -o - | not grep 'extractelement' +// RUN: clang-cc %s -emit-llvm -o - | not grep 'insertelement' +// RUN: clang-cc %s -emit-llvm -o - | grep 'shufflevector' typedef __attribute__(( ext_vector_type(2) )) float float2; typedef __attribute__(( ext_vector_type(4) )) float float4; |