Fix integer cast code to handle vector types.
[oota-llvm.git] / test / ExecutionEngine / hello.ll
index a0c5e1a48de1f841546251d2cd4fcf8f98fd84ed..fad36ed583610f5ff1a47399464bf7e438ae96e2 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
 ; RUN: lli %t.bc > /dev/null
 
 @.LC0 = internal global [12 x i8] c"Hello World\00"            ; <[12 x i8]*> [#uses=1]