diff options
Diffstat (limited to 'llvm/test/Bitcode')
-rw-r--r-- | llvm/test/Bitcode/use-list-order.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/use-list-order.ll b/llvm/test/Bitcode/use-list-order.ll index 6d87dedee51..aef526403c6 100644 --- a/llvm/test/Bitcode/use-list-order.ll +++ b/llvm/test/Bitcode/use-list-order.ll @@ -1,4 +1,4 @@ -; RUN: opt -S < %s -preserve-bc-use-list-order -verify-use-list-order +; RUN: llvm-uselistorder < %s -preserve-bc-use-list-order ; XFAIL: * @a = global [4 x i1] [i1 0, i1 1, i1 0, i1 1] |