diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-07-30 17:11:27 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-07-30 17:11:27 +0000 |
commit | a12e023c8af35d5f9029d7484e180521e50f4a1f (patch) | |
tree | 325be91ee51f08c29663d6af50b6efc1d3f6ac68 /llvm/test/Bitcode/flags.ll | |
parent | e8387a5d2b7aab37f144e1e3c382349602a6276d (diff) | |
download | bcm5719-llvm-a12e023c8af35d5f9029d7484e180521e50f4a1f.tar.gz bcm5719-llvm-a12e023c8af35d5f9029d7484e180521e50f4a1f.zip |
Rename llvm-uselistorder => verify-uselistorder
llvm-svn: 214318
Diffstat (limited to 'llvm/test/Bitcode/flags.ll')
-rw-r--r-- | llvm/test/Bitcode/flags.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/flags.ll b/llvm/test/Bitcode/flags.ll index 3760a44bd6f..a996a8a8f8d 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: llvm-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5 +; RUN: verify-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5 ; PR6140 ; Make sure the flags are serialized/deserialized properly for both |