Handle assembler identifiers specially in CBE. This fixes PR2418.
[oota-llvm.git] / lib / Target / TargetAsmInfo.cpp
index 5fa5abec8e9f48fdf22bd886a2a55a8c4d0ea6a2..67f0cfa5be88dcb6509e3dd683f795f4157ebc64 100644 (file)
@@ -45,6 +45,7 @@ TargetAsmInfo::TargetAsmInfo() :
   InlineAsmStart("#APP"),
   InlineAsmEnd("#NO_APP"),
   AssemblerDialect(0),
+  StringConstantPrefix(".str"),
   ZeroDirective("\t.zero\t"),
   ZeroDirectiveSuffix(0),
   AsciiDirective("\t.ascii\t"),