From 2ae812c77b393190175c91233c3348f526ddab1b Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 7 Jun 2009 09:21:25 +0000 Subject: Import Clang r73021. --- test/Sema/builtins.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'test/Sema') 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) { -- cgit v1.1