summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/use-list-order.ll
diff options
context:
space:
mode:
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 0abbc5fe635..6617b9c5edf 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
+; RUN: verify-uselistorder < %s
@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