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/bitwiseInstructions.3.2.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/bitwiseInstructions.3.2.ll')
-rw-r--r-- | llvm/test/Bitcode/bitwiseInstructions.3.2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/bitwiseInstructions.3.2.ll b/llvm/test/Bitcode/bitwiseInstructions.3.2.ll index 780f0447a52..f6d46577d97 100644 --- a/llvm/test/Bitcode/bitwiseInstructions.3.2.ll +++ b/llvm/test/Bitcode/bitwiseInstructions.3.2.ll @@ -1,5 +1,5 @@ ; RUN: llvm-dis < %s.bc| FileCheck %s -; RUN: llvm-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5 +; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5 ; bitwiseOperations.3.2.ll.bc was generated by passing this file to llvm-as-3.2. ; The test checks that LLVM does not misread bitwise instructions from |