summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsISelLowering.cpp
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2012-10-26 23:49:51 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2012-10-26 23:49:51 +0000
commite485c6564251a6c4b3b58bdbcb0d54b43b2f7796 (patch)
tree1c7a3acf0de095b3f1fc35698bb93ee6ada0e348 /llvm/lib/Target/Mips/MipsISelLowering.cpp
parentafae78edabfdbe187c5f4d6d41bfe17003196b87 (diff)
downloadbcm5719-llvm-e485c6564251a6c4b3b58bdbcb0d54b43b2f7796.tar.gz
bcm5719-llvm-e485c6564251a6c4b3b58bdbcb0d54b43b2f7796.zip
Delete MipsFunctionInfo::InArgFIRange.
llvm-svn: 166837
Diffstat (limited to 'llvm/lib/Target/Mips/MipsISelLowering.cpp')
-rw-r--r--llvm/lib/Target/Mips/MipsISelLowering.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/Mips/MipsISelLowering.cpp b/llvm/lib/Target/Mips/MipsISelLowering.cpp
index 91bb0373b70..aef605bcab7 100644
--- a/llvm/lib/Target/Mips/MipsISelLowering.cpp
+++ b/llvm/lib/Target/Mips/MipsISelLowering.cpp
@@ -3459,8 +3459,6 @@ MipsTargetLowering::LowerFormalArguments(SDValue Chain,
}
}
- MipsFI->setLastInArgFI(LastFI);
-
// All stores are grouped in one node to allow the matching between
// the size of Ins and InVals. This only happens when on varg functions
if (!OutChains.empty()) {
OpenPOWER on IntegriCloud