diff options
Diffstat (limited to 'llvm/test/Assembler/2002-08-22-DominanceProblem.ll')
-rw-r--r-- | llvm/test/Assembler/2002-08-22-DominanceProblem.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/2002-08-22-DominanceProblem.ll b/llvm/test/Assembler/2002-08-22-DominanceProblem.ll index 2926294f72d..504861030d9 100644 --- a/llvm/test/Assembler/2002-08-22-DominanceProblem.ll +++ b/llvm/test/Assembler/2002-08-22-DominanceProblem.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as %s -o /dev/null -; RUN: verify-uselistorder %s -preserve-bc-use-list-order +; RUN: verify-uselistorder %s ; Dominance relationships is not calculated correctly for unreachable blocks, ; which causes the verifier to barf on this input. |