diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2010-12-04 01:50:45 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2010-12-04 01:50:45 +0000 |
| commit | 31587c86c161f29f5ce6144207a6043edae82c9f (patch) | |
| tree | 3eee319f74fd018a3ef88a9e56928422c775f1a1 /clang/test | |
| parent | b8e5dd44edd52942c6c291823841369342e8365f (diff) | |
| download | bcm5719-llvm-31587c86c161f29f5ce6144207a6043edae82c9f.tar.gz bcm5719-llvm-31587c86c161f29f5ce6144207a6043edae82c9f.zip | |
Implement -cl-opt-disable
llvm-svn: 120876
Diffstat (limited to 'clang/test')
| -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 1d147a3b3e3..d26602ae8d6 100644 --- a/clang/test/CodeGen/ext-vector-shuffle.c +++ b/clang/test/CodeGen/ext-vector-shuffle.c @@ -1,6 +1,6 @@ -// RUN: %clang_cc1 %s -x cl -emit-llvm -o - | not grep 'extractelement' -// RUN: %clang_cc1 %s -x cl -emit-llvm -o - | not grep 'insertelement' -// RUN: %clang_cc1 %s -x cl -emit-llvm -o - | grep 'shufflevector' +// RUN: %clang_cc1 %s -x cl -cl-opt-disable -emit-llvm -o - | not grep 'extractelement' +// RUN: %clang_cc1 %s -x cl -cl-opt-disable -emit-llvm -o - | not grep 'insertelement' +// RUN: %clang_cc1 %s -x cl -cl-opt-disable -emit-llvm -o - | grep 'shufflevector' typedef __attribute__(( ext_vector_type(2) )) float float2; typedef __attribute__(( ext_vector_type(4) )) float float4; |

