MC: Clean up method names in MCContext.
[oota-llvm.git] / lib / Target / AArch64 / AArch64FrameLowering.cpp
index 7146f592a96ac08cf4fb66bdeff4dd79e31b6058..485181575aebb455e6cf8f0ef5834b2900883419 100644 (file)
@@ -302,7 +302,7 @@ void AArch64FrameLowering::emitPrologue(MachineFunction &MF,
     AFI->setLocalStackSize(NumBytes);
 
     // Label used to tie together the PROLOG_LABEL and the MachineMoves.
-    MCSymbol *FrameLabel = MMI.getContext().CreateTempSymbol();
+    MCSymbol *FrameLabel = MMI.getContext().createTempSymbol();
 
     // REDZONE: If the stack size is less than 128 bytes, we don't need
     // to actually allocate.