llvm-svn: 84889
This commit is contained in:
Chris Lattner 2009-10-22 19:56:49 +00:00
parent 7b53668b8f
commit c78b8f3c3a
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ float f1(void) {
// PR5265
typedef float __attribute__((ext_vector_type (3))) float3;
int test2[(sizeof(float3) == sizeof(float4)*2-1)];
int test2[(sizeof(float3) == sizeof(float4))*2-1];