summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-07-25 17:13:03 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-07-25 17:13:03 +0000
commit4b4d8ecde10a5be00a95bd7767ecd7519eef8dc2 (patch)
tree6a85c9ddb7df63c43faf2e7f900ee5c5199312f7 /llvm/test/Bitcode
parent29459ae83c8177c858f459a6392fdad37cbc1ef4 (diff)
downloadbcm5719-llvm-4b4d8ecde10a5be00a95bd7767ecd7519eef8dc2.tar.gz
bcm5719-llvm-4b4d8ecde10a5be00a95bd7767ecd7519eef8dc2.zip
Move -verify-use-list-order into llvm-uselistorder
Ugh. Turns out not even transformation passes link in how to read IR. I sincerely believe the buildbots will finally agree with my system after this though. (I don't really understand why all of this has been working on my system, but not on all the buildbots.) Create a new tool called llvm-uselistorder to use for verifying use-list order. For now, just dump everything from the (now defunct) -verify-use-list-order pass into the tool. This might be a better way to test use-list order anyway. Part of PR5680. llvm-svn: 213957
Diffstat (limited to 'llvm/test/Bitcode')
-rw-r--r--llvm/test/Bitcode/use-list-order.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/use-list-order.ll b/llvm/test/Bitcode/use-list-order.ll
index 6d87dedee51..aef526403c6 100644
--- a/llvm/test/Bitcode/use-list-order.ll
+++ b/llvm/test/Bitcode/use-list-order.ll
@@ -1,4 +1,4 @@
-; RUN: opt -S < %s -preserve-bc-use-list-order -verify-use-list-order
+; RUN: llvm-uselistorder < %s -preserve-bc-use-list-order
; XFAIL: *
@a = global [4 x i1] [i1 0, i1 1, i1 0, i1 1]
OpenPOWER on IntegriCloud