diff options
author | ed <ed@FreeBSD.org> | 2009-06-03 21:10:15 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2009-06-03 21:10:15 +0000 |
commit | 1941b8772a36a33c7b86cb67163cd735b3d57221 (patch) | |
tree | db103e2a0755ab86f18c181a2d208a6a63284c97 /lib/Target/Mips/MipsISelLowering.cpp | |
parent | 036fdcfb2d357cecb320b5a6fd05f4859a63aeba (diff) | |
download | FreeBSD-src-1941b8772a36a33c7b86cb67163cd735b3d57221.zip FreeBSD-src-1941b8772a36a33c7b86cb67163cd735b3d57221.tar.gz |
Import LLVM, at r72805, which fixes PR4315 and PR4316.
Normally I'm not updating sources this often, but I want to get rid of
this breakage, because right now I can't offer a proper source snapshot
yet.
Diffstat (limited to 'lib/Target/Mips/MipsISelLowering.cpp')
-rw-r--r-- | lib/Target/Mips/MipsISelLowering.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/Mips/MipsISelLowering.cpp b/lib/Target/Mips/MipsISelLowering.cpp index 9281940..4517cfc 100644 --- a/lib/Target/Mips/MipsISelLowering.cpp +++ b/lib/Target/Mips/MipsISelLowering.cpp @@ -941,9 +941,6 @@ LowerFORMAL_ARGUMENTS(SDValue Op, SelectionDAG &DAG) unsigned StackReg = MF.getTarget().getRegisterInfo()->getFrameRegister(MF); - // GP must be live into PIC and non-PIC call target. - AddLiveIn(MF, Mips::GP, Mips::CPURegsRegisterClass); - // Assign locations to all of the incoming arguments. SmallVector<CCValAssign, 16> ArgLocs; CCState CCInfo(CC, isVarArg, getTargetMachine(), ArgLocs); |