summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCAsmInfo.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-05-05 17:45:12 +0000
committerJim Grosbach <grosbach@apple.com>2012-05-05 17:45:12 +0000
commite5f31ad55ef67231b6e415a4a7dc7f1eb7c0871c (patch)
tree7674cdeaf737c497a31ce3e4e46281b63f75f350 /include/llvm/MC/MCAsmInfo.h
parentc94e593060bd2efb86a4e38c7df8888a01fa7f79 (diff)
downloadllvm-e5f31ad55ef67231b6e415a4a7dc7f1eb7c0871c.tar.gz
llvm-e5f31ad55ef67231b6e415a4a7dc7f1eb7c0871c.tar.bz2
llvm-e5f31ad55ef67231b6e415a4a7dc7f1eb7c0871c.tar.xz
Nuke a few dead remnants of the CBE.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156241 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCAsmInfo.h')
-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 0f67c99371..16964c3c9d 100644
--- a/include/llvm/MC/MCAsmInfo.h
+++ b/include/llvm/MC/MCAsmInfo.h
@@ -338,10 +338,6 @@ namespace llvm {
/// instead of symbolic register names in .cfi_* directives.
bool DwarfRegNumForCFI; // Defaults to false;
- //===--- CBE Asm Translation Table -----------------------------------===//
-
- const char *const *AsmTransCBE; // Defaults to empty
-
//===--- Prologue State ----------------------------------------------===//
std::vector<MachineMove> InitialFrameState;
@@ -577,9 +573,6 @@ namespace llvm {
bool useDwarfRegNumForCFI() const {
return DwarfRegNumForCFI;
}
- const char *const *getAsmCBE() const {
- return AsmTransCBE;
- }
void addInitialFrameState(MCSymbol *label, const MachineLocation &D,
const MachineLocation &S) {