summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/upgrade-global-ctors.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Bitcode/upgrade-global-ctors.ll')
-rw-r--r--llvm/test/Bitcode/upgrade-global-ctors.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/upgrade-global-ctors.ll b/llvm/test/Bitcode/upgrade-global-ctors.ll
index 4816f0dc294..d7afcdd0c18 100644
--- a/llvm/test/Bitcode/upgrade-global-ctors.ll
+++ b/llvm/test/Bitcode/upgrade-global-ctors.ll
@@ -1,5 +1,5 @@
; RUN: llvm-dis < %s.bc| FileCheck %s
-; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order
+; RUN: verify-uselistorder < %s.bc
; Global constructors should no longer be upgraded when reading bitcode.
; CHECK: @llvm.global_ctors = appending global [0 x { i32, void ()* }] zeroinitializer
OpenPOWER on IntegriCloud