second part to r81695, I missed a directory.
authorChris Lattner <sabre@nondot.org>
Sun, 13 Sep 2009 19:03:08 +0000 (19:03 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 13 Sep 2009 19:03:08 +0000 (19:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81696 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCAsmInfo.h

index a3959e504cd6ccc2ceb581ad8b3b0af9d18c2af5..efc2f1b14883a6adc7f0b1e5b471e33b27b23854 100644 (file)
@@ -84,10 +84,6 @@ namespace llvm {
     /// is "l" on Darwin, currently used for some ObjC metadata.
     const char *LinkerPrivateGlobalPrefix;   // Defaults to ""
     
-    /// JumpTableSpecialLabelPrefix - If not null, a extra (dead) label is
-    /// emitted before jump tables with the specified prefix.
-    const char *JumpTableSpecialLabelPrefix; // Default to null.
-    
     /// GlobalVarAddrPrefix/Suffix - If these are nonempty, these strings
     /// will enclose any GlobalVariable (that isn't a function)
     ///
@@ -369,9 +365,6 @@ namespace llvm {
     const char *getLinkerPrivateGlobalPrefix() const {
       return LinkerPrivateGlobalPrefix;
     }
-    const char *getJumpTableSpecialLabelPrefix() const {
-      return JumpTableSpecialLabelPrefix;
-    }
     const char *getGlobalVarAddrPrefix() const {
       return GlobalVarAddrPrefix;
     }