From ff3caa5a3e067b8a37d9e3ea5b3304a09e8187e7 Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Mon, 28 Jul 2014 23:25:21 +0000 Subject: llvm-uselistorder: Add -num-shuffles option llvm-svn: 214144 --- llvm/test/Bitcode/use-list-order.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/Bitcode') 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) -- cgit v1.2.3