summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineModuleInfo.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-07-19 00:00:58 +0000
committerBill Wendling <isanbard@gmail.com>2011-07-19 00:00:58 +0000
commit6969ed628620d34dac37b597df90d036ee636db5 (patch)
tree6df2d0de490c00867fd0bf1f9c9dc68f47a3a818 /llvm/lib/CodeGen/MachineModuleInfo.cpp
parent67bc18552a453e10f44bf3d0d2a9b5841a460131 (diff)
downloadbcm5719-llvm-6969ed628620d34dac37b597df90d036ee636db5.tar.gz
bcm5719-llvm-6969ed628620d34dac37b597df90d036ee636db5.zip
Rename CompactEncoding to CompactUnwindEncoding.
llvm-svn: 135448
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineModuleInfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/MachineModuleInfo.cpp b/llvm/lib/CodeGen/MachineModuleInfo.cpp
index 652d2078ce2..33a3c6ec3ff 100644
--- a/llvm/lib/CodeGen/MachineModuleInfo.cpp
+++ b/llvm/lib/CodeGen/MachineModuleInfo.cpp
@@ -257,7 +257,7 @@ MachineModuleInfo::MachineModuleInfo(const MCAsmInfo &MAI,
const MCRegisterInfo &MRI,
const TargetAsmInfo *TAI)
: ImmutablePass(ID), Context(MAI, MRI, TAI),
- ObjFileMMI(0), CompactEncoding(0), CurCallSite(0), CallsEHReturn(0),
+ ObjFileMMI(0), CompactUnwindEncoding(0), CurCallSite(0), CallsEHReturn(0),
CallsUnwindInit(0), DbgInfoAvailable(false),
CallsExternalVAFunctionWithFloatingPointArguments(false) {
initializeMachineModuleInfoPass(*PassRegistry::getPassRegistry());
@@ -312,7 +312,7 @@ void MachineModuleInfo::EndFunction() {
FilterEnds.clear();
CallsEHReturn = 0;
CallsUnwindInit = 0;
- CompactEncoding = 0;
+ CompactUnwindEncoding = 0;
VariableDbgInfo.clear();
}
OpenPOWER on IntegriCloud