Revert recent change, I now have a better way to solve this (thanks Chris).
authorMike Stump <mrs@apple.com>
Tue, 21 Jul 2009 23:41:23 +0000 (23:41 +0000)
committerMike Stump <mrs@apple.com>
Tue, 21 Jul 2009 23:41:23 +0000 (23:41 +0000)
llvm-svn: 76681

clang/test/PCH/ext_vector.c

index ab5d222..4b5c259 100644 (file)
@@ -7,5 +7,4 @@
 
 int test(float4 f4) {
   return f4.xy; // expected-error{{float2}}
-  return 1;
 }