diff options
Diffstat (limited to 'llvm/test/Assembler/aggregate-constant-values.ll')
-rw-r--r-- | llvm/test/Assembler/aggregate-constant-values.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/aggregate-constant-values.ll b/llvm/test/Assembler/aggregate-constant-values.ll index dda604f492a..9e68e067589 100644 --- a/llvm/test/Assembler/aggregate-constant-values.ll +++ b/llvm/test/Assembler/aggregate-constant-values.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s -; RUN: verify-uselistorder %s -preserve-bc-use-list-order +; RUN: verify-uselistorder %s ; CHECK: @foo ; CHECK: store { i32, i32 } { i32 7, i32 9 }, { i32, i32 }* %x |