diff options
author | ed <ed@FreeBSD.org> | 2009-06-07 09:21:25 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2009-06-07 09:21:25 +0000 |
commit | 2ae812c77b393190175c91233c3348f526ddab1b (patch) | |
tree | 57fdd33d153490269ca615ac308de731d00669da /test/Sema/builtins.c | |
parent | 265c92560db8af7e64dc328cb612076086a62bd1 (diff) | |
download | FreeBSD-src-2ae812c77b393190175c91233c3348f526ddab1b.zip FreeBSD-src-2ae812c77b393190175c91233c3348f526ddab1b.tar.gz |
Import Clang r73021.
Diffstat (limited to 'test/Sema/builtins.c')
-rw-r--r-- | test/Sema/builtins.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/Sema/builtins.c b/test/Sema/builtins.c index e57aec5..78b7562 100644 --- a/test/Sema/builtins.c +++ b/test/Sema/builtins.c @@ -32,15 +32,6 @@ void test7() { } -typedef __attribute__(( ext_vector_type(16) )) unsigned char uchar16; - -// rdar://5905347 -unsigned char test8( short v ) { - uchar16 c; - return __builtin_ia32_vec_ext_v4si( c ); // expected-error {{too few arguments to function}} -} - - // atomics. unsigned char test9(short v) { |