summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-13 19:03:08 +0000
committerChris Lattner <sabre@nondot.org>2009-09-13 19:03:08 +0000
commit56d339f68751aee16c032ed646158b992a200335 (patch)
treea3e00ea8055cdc2d542dc367dcdebcf7b9de4a49 /include
parent7c30191393c99c9ba804f1a01942a9e130c53904 (diff)
downloadllvm-56d339f68751aee16c032ed646158b992a200335.tar.gz
llvm-56d339f68751aee16c032ed646158b992a200335.tar.bz2
llvm-56d339f68751aee16c032ed646158b992a200335.tar.xz
second part to r81695, I missed a directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81696 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCAsmInfo.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/MC/MCAsmInfo.h b/include/llvm/MC/MCAsmInfo.h
index a3959e504c..efc2f1b148 100644
--- a/include/llvm/MC/MCAsmInfo.h
+++ b/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;
}