From 5156a00989baf3e5446f6d09e6369922733474fc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 13 Sep 2009 19:03:08 +0000 Subject: [PATCH] second part to r81695, I missed a directory. llvm-svn: 81696 --- llvm/include/llvm/MC/MCAsmInfo.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/llvm/include/llvm/MC/MCAsmInfo.h b/llvm/include/llvm/MC/MCAsmInfo.h index a3959e504cd6..efc2f1b14883 100644 --- a/llvm/include/llvm/MC/MCAsmInfo.h +++ b/llvm/include/llvm/MC/MCAsmInfo.h @@ -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; }