aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2002-08-22-DominanceProblem.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2002-08-22-DominanceProblem.ll')
-rw-r--r--test/Assembler/2002-08-22-DominanceProblem.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Assembler/2002-08-22-DominanceProblem.ll b/test/Assembler/2002-08-22-DominanceProblem.ll
index 0dc192d..5048610 100644
--- a/test/Assembler/2002-08-22-DominanceProblem.ll
+++ b/test/Assembler/2002-08-22-DominanceProblem.ll
@@ -1,4 +1,5 @@
; RUN: llvm-as %s -o /dev/null
+; RUN: verify-uselistorder %s
; Dominance relationships is not calculated correctly for unreachable blocks,
; which causes the verifier to barf on this input.