summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/use-list-order.ll
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-07-30 17:11:27 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-07-30 17:11:27 +0000
commita12e023c8af35d5f9029d7484e180521e50f4a1f (patch)
tree325be91ee51f08c29663d6af50b6efc1d3f6ac68 /llvm/test/Bitcode/use-list-order.ll
parente8387a5d2b7aab37f144e1e3c382349602a6276d (diff)
downloadbcm5719-llvm-a12e023c8af35d5f9029d7484e180521e50f4a1f.tar.gz
bcm5719-llvm-a12e023c8af35d5f9029d7484e180521e50f4a1f.zip
Rename llvm-uselistorder => verify-uselistorder
llvm-svn: 214318
Diffstat (limited to 'llvm/test/Bitcode/use-list-order.ll')
-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 33cc13edb05..bb71a8586b7 100644
--- a/llvm/test/Bitcode/use-list-order.ll
+++ b/llvm/test/Bitcode/use-list-order.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
+; RUN: verify-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
@a = global [4 x i1] [i1 0, i1 1, i1 0, i1 1]
@b = alias i1* getelementptr ([4 x i1]* @a, i64 0, i64 2)
OpenPOWER on IntegriCloud