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