aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2002-07-25-QuoteInString.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2002-07-25-QuoteInString.ll')
-rw-r--r--test/Assembler/2002-07-25-QuoteInString.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Assembler/2002-07-25-QuoteInString.ll b/test/Assembler/2002-07-25-QuoteInString.ll
index facc5bd..1545680 100644
--- a/test/Assembler/2002-07-25-QuoteInString.ll
+++ b/test/Assembler/2002-07-25-QuoteInString.ll
@@ -1,5 +1,6 @@
; Test double quotes in strings work correctly!
; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis
;
+; RUN: verify-uselistorder %s
@str = internal global [6 x i8] c"\22foo\22\00" ; <[6 x i8]*> [#uses=0]