X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FTarget%2FMSP430%2FMSP430MCInstLower.cpp;h=b039778d96c4378aa6374120faa3bcee2d8db436;hp=5f4b771105309fa534f1acba994348fe40564d01;hb=19696daa2159e059b9a15cda222e97d2b91b279d;hpb=db703aaedd2816ed8a3e8def9adcebe2f0a3dc9b diff --git a/lib/Target/MSP430/MSP430MCInstLower.cpp b/lib/Target/MSP430/MSP430MCInstLower.cpp index 5f4b7711053..b039778d96c 100644 --- a/lib/Target/MSP430/MSP430MCInstLower.cpp +++ b/lib/Target/MSP430/MSP430MCInstLower.cpp @@ -62,7 +62,7 @@ GetJumpTableSymbol(const MachineOperand &MO) const { } // Create a symbol for the name. - return Ctx.GetOrCreateSymbol(Name); + return Ctx.getOrCreateSymbol(Name); } MCSymbol *MSP430MCInstLower:: @@ -79,7 +79,7 @@ GetConstantPoolIndexSymbol(const MachineOperand &MO) const { } // Create a symbol for the name. - return Ctx.GetOrCreateSymbol(Name); + return Ctx.getOrCreateSymbol(Name); } MCSymbol *MSP430MCInstLower::