Fix date :)
[oota-llvm.git] / test / CFrontend / 2006-03-16-VectorCtor.c
index 38445144f39bcdfa2feb4902ab5045b22cb34f9d..b95593b12147f384bc2f8f82fbad31760b481c8d 100644 (file)
@@ -1,6 +1,5 @@
-// Passes with the new CFE.
+// Test that basic generic vector support works
 // RUN: %llvmgcc %s -S -o -
-// XFAIL: *
 
 typedef int v4si __attribute__ ((__vector_size__ (16)));
 void test(v4si *P, v4si *Q, float X) {