summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/flags.ll
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-07-31 18:46:24 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-07-31 18:46:24 +0000
commit852e00e3d1827d93878e53b20f038431b52af254 (patch)
tree1922d5015a539b5459be0c8cdc8547de9d23ed7d /llvm/test/Bitcode/flags.ll
parent42040ed753b7dc346737a580eb03da4b5e1e860d (diff)
downloadbcm5719-llvm-852e00e3d1827d93878e53b20f038431b52af254.tar.gz
bcm5719-llvm-852e00e3d1827d93878e53b20f038431b52af254.zip
verify-uselistorder: Change the default -num-shuffles=5
Change the default for `-num-shuffles` to 5 and better document the algorithm in the header docs of `verify-uselistorder`. llvm-svn: 214419
Diffstat (limited to 'llvm/test/Bitcode/flags.ll')
-rw-r--r--llvm/test/Bitcode/flags.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/flags.ll b/llvm/test/Bitcode/flags.ll
index a996a8a8f8d..17e923dc6a4 100644
--- a/llvm/test/Bitcode/flags.ll
+++ b/llvm/test/Bitcode/flags.ll
@@ -1,7 +1,7 @@
; RUN: llvm-as < %s | llvm-dis > %t0
; RUN: opt -S < %s > %t1
; RUN: diff %t0 %t1
-; RUN: verify-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5
+; RUN: verify-uselistorder < %s -preserve-bc-use-list-order
; PR6140
; Make sure the flags are serialized/deserialized properly for both
OpenPOWER on IntegriCloud