Added C and Ocaml bindings for functions, basic blocks, and
[oota-llvm.git] / test / CFrontend / 2006-03-16-VectorCtor.c
index 0ef4e6955637a6b062220db2535c461f2738d524..b95593b12147f384bc2f8f82fbad31760b481c8d 100644 (file)
@@ -1,7 +1,5 @@
 // Test that basic generic vector support works
-
 // RUN: %llvmgcc %s -S -o -
-// XFAIL: llvmgcc3
 
 typedef int v4si __attribute__ ((__vector_size__ (16)));
 void test(v4si *P, v4si *Q, float X) {