X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2F2002-08-22-DominanceProblem.ll;h=0dc192df2356328eec53f942f8737c652d0d1af1;hb=d5ce456161b81a50c2e0dcf948192c1a4e1c8d22;hp=a841dfa838551a98140ed717889216558fd62ede;hpb=5edf210bdf0964193f059cc48464f3ea5c9e9e09;p=oota-llvm.git diff --git a/test/Assembler/2002-08-22-DominanceProblem.ll b/test/Assembler/2002-08-22-DominanceProblem.ll index a841dfa8385..0dc192df235 100644 --- a/test/Assembler/2002-08-22-DominanceProblem.ll +++ b/test/Assembler/2002-08-22-DominanceProblem.ll @@ -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.