aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsISelLowering.h
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
commitff2c8fd8eac31ca12953bce58851fd2ed4aac204 (patch)
treeed1551ba0a55669f1eee39c8562d55eb35a39537 /lib/Target/Mips/MipsISelLowering.h
parent79ed671be2e693d376f9f64ba2db8bba582ced1c (diff)
downloadexternal_llvm-ff2c8fd8eac31ca12953bce58851fd2ed4aac204.zip
external_llvm-ff2c8fd8eac31ca12953bce58851fd2ed4aac204.tar.gz
external_llvm-ff2c8fd8eac31ca12953bce58851fd2ed4aac204.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/MipsISelLowering.h')
-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);