summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-07-31 18:33:12 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-07-31 18:33:12 +0000
commitab6adeb8a148ddd313e1220939bd2eb3bc63a328 (patch)
treeafab6cfe7d172364d5dee4924acc5c450003744c /llvm/test/Assembler
parent5a298679d5f6c38625244b1e86bd41c5b5c196dc (diff)
downloadbcm5719-llvm-ab6adeb8a148ddd313e1220939bd2eb3bc63a328.tar.gz
bcm5719-llvm-ab6adeb8a148ddd313e1220939bd2eb3bc63a328.zip
UseListOrder: Handle self-users
Correctly sort self-users (such as PHI nodes). I added a targeted test in `test/Bitcode/use-list-order.ll` and the final missing RUN line to tests in `test/Assembly`. This is part of PR5680. llvm-svn: 214417
Diffstat (limited to 'llvm/test/Assembler')
-rw-r--r--llvm/test/Assembler/2002-08-22-DominanceProblem.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Assembler/2002-08-22-DominanceProblem.ll b/llvm/test/Assembler/2002-08-22-DominanceProblem.ll
index 0dc192df235..4097f0ab629 100644
--- a/llvm/test/Assembler/2002-08-22-DominanceProblem.ll
+++ b/llvm/test/Assembler/2002-08-22-DominanceProblem.ll
@@ -1,4 +1,5 @@
; RUN: llvm-as %s -o /dev/null
+; RUN: verify-uselistorder %s -preserve-bc-use-list-order -num-shuffles=5
; Dominance relationships is not calculated correctly for unreachable blocks,
; which causes the verifier to barf on this input.
OpenPOWER on IntegriCloud