aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips
diff options
context:
space:
mode:
authorTilmann Scheller <tilmann.scheller@googlemail.com>2009-07-03 06:43:35 +0000
committerTilmann Scheller <tilmann.scheller@googlemail.com>2009-07-03 06:43:35 +0000
commit667ee3cb436029e55cc788a3648ddd9f94678744 (patch)
treeed1551ba0a55669f1eee39c8562d55eb35a39537 /lib/Target/Mips
parent0b1308f18998344aa707594839a5b7c4618f4762 (diff)
downloadexternal_llvm-667ee3cb436029e55cc788a3648ddd9f94678744.zip
external_llvm-667ee3cb436029e55cc788a3648ddd9f94678744.tar.gz
external_llvm-667ee3cb436029e55cc788a3648ddd9f94678744.tar.bz2
Small cleanups in the PowerPC backend.
Small refactoring in LowerFORMAL_ARGUMENTS(). Correct minor formatting issues. Remove size argument of CreateCopyOfByValArgument(). Remove dead argument from CalculateStackSlotSize(). Remove unused variable ReturnAddrIndex from various targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74763 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips')
-rw-r--r--lib/Target/Mips/MipsISelLowering.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/Mips/MipsISelLowering.h b/lib/Target/Mips/MipsISelLowering.h
index 459be0a..9ad4895 100644
--- a/lib/Target/Mips/MipsISelLowering.h
+++ b/lib/Target/Mips/MipsISelLowering.h
@@ -68,8 +68,6 @@ namespace llvm {
//===--------------------------------------------------------------------===//
class MipsTargetLowering : public TargetLowering
{
- // FrameIndex for return slot.
- int ReturnAddrIndex;
public:
explicit MipsTargetLowering(MipsTargetMachine &TM);