diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-08-11 22:39:40 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-08-11 22:39:40 +0000 | 
| commit | abdcbc7ef2ecfcc821a02d5a3094cd6374d1fa8f (patch) | |
| tree | d81de14eb1e0b817639f2dce5c6ffb3013cffd8c /llvm/lib/Target/CellSPU/SPUTargetAsmInfo.cpp | |
| parent | fd5defed1dff8eaeeb145eb3c507cc173267c0b6 (diff) | |
| download | bcm5719-llvm-abdcbc7ef2ecfcc821a02d5a3094cd6374d1fa8f.tar.gz bcm5719-llvm-abdcbc7ef2ecfcc821a02d5a3094cd6374d1fa8f.zip | |
Change the asmprinter to print the comment character before the
"inlineasmstart/end" strings so that the contents of the directive
are separate from the comment character.  This lets elf targets
get #APP/#NOAPP for free even if they don't use "#" as the comment
character.  This also allows hoisting the darwin stuff up to the
shared TAI class.
llvm-svn: 78737
Diffstat (limited to 'llvm/lib/Target/CellSPU/SPUTargetAsmInfo.cpp')
| -rw-r--r-- | llvm/lib/Target/CellSPU/SPUTargetAsmInfo.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/llvm/lib/Target/CellSPU/SPUTargetAsmInfo.cpp b/llvm/lib/Target/CellSPU/SPUTargetAsmInfo.cpp index 991afa0e0b0..a295a4c29df 100644 --- a/llvm/lib/Target/CellSPU/SPUTargetAsmInfo.cpp +++ b/llvm/lib/Target/CellSPU/SPUTargetAsmInfo.cpp @@ -20,8 +20,6 @@ SPULinuxTargetAsmInfo::SPULinuxTargetAsmInfo() {    Data64bitsDirective = "\t.quad\t";    AlignmentIsInBytes = false;    LCOMMDirective = "\t.lcomm\t"; -  InlineAsmStart = "# InlineAsm Start"; -  InlineAsmEnd = "# InlineAsm End";    PCSymbol = ".";    CommentString = "#"; | 

