summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCContext.h
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-06 02:00:13 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-06 02:00:13 +0000
commitc7078924f044584d9e9b277862d34d5b43ff2b1e (patch)
treeea36b14f70686a96e331222f081147b2e36c7220 /include/llvm/MC/MCContext.h
parentc9758b13668013dea491a08b4f0c9256263927c2 (diff)
downloadllvm-c7078924f044584d9e9b277862d34d5b43ff2b1e.tar.gz
llvm-c7078924f044584d9e9b277862d34d5b43ff2b1e.tar.bz2
llvm-c7078924f044584d9e9b277862d34d5b43ff2b1e.tar.xz
Revert r169456, "change MCContext to work on the doInitialization/doFinalization model"
It broke many builders. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169462 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCContext.h')
-rw-r--r--include/llvm/MC/MCContext.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/llvm/MC/MCContext.h b/include/llvm/MC/MCContext.h
index 766b90a1b1..78870d9633 100644
--- a/include/llvm/MC/MCContext.h
+++ b/include/llvm/MC/MCContext.h
@@ -154,17 +154,6 @@ namespace llvm {
void setAllowTemporaryLabels(bool Value) { AllowTemporaryLabels = Value; }
- /// @name Module Lifetime Management
- /// @{
-
- /// doInitialization - prepare to process a new module
- void doInitialization();
-
- /// doFinalization - clean up state from the current module
- void doFinalization();
-
- /// @}
-
/// @name Symbol Management
/// @{