aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/tls-models.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/tls-models.ll')
-rw-r--r--test/Assembler/tls-models.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Assembler/tls-models.ll b/test/Assembler/tls-models.ll
index 42f2496..fbc0777 100644
--- a/test/Assembler/tls-models.ll
+++ b/test/Assembler/tls-models.ll
@@ -1,4 +1,5 @@
; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
+; RUN: verify-uselistorder %s
; CHECK: @a = thread_local global i32 0
; CHECK: @b = thread_local(localdynamic) global i32 0