diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-07-31 18:46:24 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-07-31 18:46:24 +0000 |
commit | 852e00e3d1827d93878e53b20f038431b52af254 (patch) | |
tree | 1922d5015a539b5459be0c8cdc8547de9d23ed7d /llvm/test/Assembler/2003-01-30-UnsignedString.ll | |
parent | 42040ed753b7dc346737a580eb03da4b5e1e860d (diff) | |
download | bcm5719-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/Assembler/2003-01-30-UnsignedString.ll')
-rw-r--r-- | llvm/test/Assembler/2003-01-30-UnsignedString.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/2003-01-30-UnsignedString.ll b/llvm/test/Assembler/2003-01-30-UnsignedString.ll index bd4594be563..b66341b61b1 100644 --- a/llvm/test/Assembler/2003-01-30-UnsignedString.ll +++ b/llvm/test/Assembler/2003-01-30-UnsignedString.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as %s -o /dev/null -; RUN: verify-uselistorder %s -preserve-bc-use-list-order -num-shuffles=5 +; RUN: verify-uselistorder %s -preserve-bc-use-list-order @spell_order = global [4 x i8] c"\FF\00\F7\00" |