aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/aggregate-constant-values.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/aggregate-constant-values.ll')
-rw-r--r--test/Assembler/aggregate-constant-values.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Assembler/aggregate-constant-values.ll b/test/Assembler/aggregate-constant-values.ll
index d0aab81..9e68e06 100644
--- a/test/Assembler/aggregate-constant-values.ll
+++ b/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
; CHECK: @foo
; CHECK: store { i32, i32 } { i32 7, i32 9 }, { i32, i32 }* %x