Use MachineBasicBlock::transferSuccessors.
[oota-llvm.git] / include / llvm / Target / TargetAsmInfo.h
index a8a3529b7677709ab433b051ede375c5fe143ad6..9b5ba4819cb9408041fef3744aa9abd58734fe16 100644 (file)
@@ -147,8 +147,10 @@ namespace llvm {
     /// AssemblerDialect - Which dialect of an assembler variant to use.
     unsigned AssemblerDialect;            // Defaults to 0
 
-    /// StringConstantPrefix - Prefix to use when generating unnamed
-    /// constant strings.  These names get run through the Mangler later.
+    /// StringConstantPrefix - Prefix for FEs to use when generating unnamed
+    /// constant strings.  These names get run through the Mangler later; if
+    /// you want the Mangler not to add the GlobalPrefix as well, 
+    /// use '\1' as the first character.
     const char *StringConstantPrefix;     // Defaults to ".str"
 
     //===--- Data Emission Directives -------------------------------------===//