summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetAsmInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-06-18 23:41:35 +0000
committerChris Lattner <sabre@nondot.org>2009-06-18 23:41:35 +0000
commitb84764516d7113dadc5cd5636da51636cc5c0eb7 (patch)
tree2f1f08a02e1e0dda115eefef5daef8268fe090a4 /llvm/lib/Target/TargetAsmInfo.cpp
parent4df8e5c8004952c9358fbce64efc7f768490e30f (diff)
downloadbcm5719-llvm-b84764516d7113dadc5cd5636da51636cc5c0eb7.tar.gz
bcm5719-llvm-b84764516d7113dadc5cd5636da51636cc5c0eb7.zip
move mangler quote handling from asm printers to TargetAsmInfo.
llvm-svn: 73738
Diffstat (limited to 'llvm/lib/Target/TargetAsmInfo.cpp')
-rw-r--r--llvm/lib/Target/TargetAsmInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/TargetAsmInfo.cpp b/llvm/lib/Target/TargetAsmInfo.cpp
index 7aac8cc3493..f995aebd408 100644
--- a/llvm/lib/Target/TargetAsmInfo.cpp
+++ b/llvm/lib/Target/TargetAsmInfo.cpp
@@ -58,6 +58,7 @@ void TargetAsmInfo::fillDefaultValues() {
InlineAsmEnd = "#NO_APP";
AssemblerDialect = 0;
StringConstantPrefix = ".str";
+ AllowQuotesInName = false;
ZeroDirective = "\t.zero\t";
ZeroDirectiveSuffix = 0;
AsciiDirective = "\t.ascii\t";
OpenPOWER on IntegriCloud