From 940cc978ef23d2f3e35904a6ebd9bd456b00f963 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 4 May 2006 01:15:02 +0000 Subject: Remove a bunch more SparcV9 specific stuff llvm-svn: 28093 --- llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp') diff --git a/llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp b/llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp index 8f6310e4398..85c9da8e642 100644 --- a/llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp +++ b/llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp @@ -263,7 +263,8 @@ void AlphaRegisterInfo::emitPrologue(MachineFunction &MF) const { .addReg(Alpha::R29).addImm(curgpdist); //evil const_cast until MO stuff setup to handle const - BuildMI(MBB, MBBI, Alpha::ALTENT, 1).addGlobalAddress(const_cast(MF.getFunction()), true); + BuildMI(MBB, MBBI, Alpha::ALTENT, 1) + .addGlobalAddress(const_cast(MF.getFunction())); // Get the number of bytes to allocate from the FrameInfo long NumBytes = MFI->getStackSize(); -- cgit v1.2.3