summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/2002-07-25-QuoteInString.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-04-19 22:26:29 +0000
committerChris Lattner <sabre@nondot.org>2008-04-19 22:26:29 +0000
commitfe48fbc1f155888230dc40070b47302a624c9590 (patch)
treed51399c653dc8e024c94438e9e26a09c98d591fa /llvm/test/Assembler/2002-07-25-QuoteInString.ll
parent5b665498af732d691b01af59a84cdae092e093e6 (diff)
downloadbcm5719-llvm-fe48fbc1f155888230dc40070b47302a624c9590.tar.gz
bcm5719-llvm-fe48fbc1f155888230dc40070b47302a624c9590.zip
rename *.llx -> *.ll
llvm-svn: 49969
Diffstat (limited to 'llvm/test/Assembler/2002-07-25-QuoteInString.ll')
-rw-r--r--llvm/test/Assembler/2002-07-25-QuoteInString.ll5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/Assembler/2002-07-25-QuoteInString.ll b/llvm/test/Assembler/2002-07-25-QuoteInString.ll
new file mode 100644
index 00000000000..facc5bdae62
--- /dev/null
+++ b/llvm/test/Assembler/2002-07-25-QuoteInString.ll
@@ -0,0 +1,5 @@
+; Test double quotes in strings work correctly!
+; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis
+;
+@str = internal global [6 x i8] c"\22foo\22\00" ; <[6 x i8]*> [#uses=0]
+
OpenPOWER on IntegriCloud