summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-07-28 23:25:21 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-07-28 23:25:21 +0000
commitff3caa5a3e067b8a37d9e3ea5b3304a09e8187e7 (patch)
treef65ebc39c0f89a3afd4dfa8e65cfe5c947ed9e2d /llvm/test/Bitcode
parent49b4f53cad35846612af05a9542426e8bc928040 (diff)
downloadbcm5719-llvm-ff3caa5a3e067b8a37d9e3ea5b3304a09e8187e7.tar.gz
bcm5719-llvm-ff3caa5a3e067b8a37d9e3ea5b3304a09e8187e7.zip
llvm-uselistorder: Add -num-shuffles option
llvm-svn: 214144
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 6a1fedc1ff4..ac7307b2711 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
+; RUN: llvm-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