diff options
Diffstat (limited to 'llvm/test/Bitcode/use-list-order.ll')
-rw-r--r-- | llvm/test/Bitcode/use-list-order.ll | 2 |
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 293650f4082..ccd9e968465 100644 --- a/llvm/test/Bitcode/use-list-order.ll +++ b/llvm/test/Bitcode/use-list-order.ll @@ -1,4 +1,4 @@ -; RUN: verify-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5 +; RUN: verify-uselistorder < %s -preserve-bc-use-list-order @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) |