Use the c modifier to tell llvm-ar not to issue a
[oota-llvm.git] / test / Assembler / 2002-08-22-DominanceProblem.ll
index 81c6129d85ec5f88d0c9766300befea5f6620f94..a841dfa838551a98140ed717889216558fd62ede 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
 
 ; Dominance relationships is not calculated correctly for unreachable blocks,
 ; which causes the verifier to barf on this input.