This test assumes SSE is present; that is not the default
[oota-llvm.git] / test / Assembler / 2002-08-22-DominanceProblem.ll
index 81c6129d85ec5f88d0c9766300befea5f6620f94..0dc192df2356328eec53f942f8737c652d0d1af1 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
 
 ; Dominance relationships is not calculated correctly for unreachable blocks,
 ; which causes the verifier to barf on this input.