diff options
Diffstat (limited to 'llvm/test/Bitcode/old-aliases.ll')
-rw-r--r-- | llvm/test/Bitcode/old-aliases.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/old-aliases.ll b/llvm/test/Bitcode/old-aliases.ll index 13b6d3efa23..7a0eea2f3f2 100644 --- a/llvm/test/Bitcode/old-aliases.ll +++ b/llvm/test/Bitcode/old-aliases.ll @@ -1,5 +1,4 @@ ; RUN: llvm-dis < %s.bc | FileCheck %s -; RUN: llvm-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5 ; old-aliases.bc consist of this file assembled with an old llvm-as (3.5 trunk) ; from when aliases contained a ConstantExpr. |