diff options
author | Chris Lattner <sabre@nondot.org> | 2009-06-18 23:41:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-06-18 23:41:35 +0000 |
commit | b84764516d7113dadc5cd5636da51636cc5c0eb7 (patch) | |
tree | 2f1f08a02e1e0dda115eefef5daef8268fe090a4 /llvm/lib/Target/TargetAsmInfo.cpp | |
parent | 4df8e5c8004952c9358fbce64efc7f768490e30f (diff) | |
download | bcm5719-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.cpp | 1 |
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"; |