From e485c6564251a6c4b3b58bdbcb0d54b43b2f7796 Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Fri, 26 Oct 2012 23:49:51 +0000 Subject: Delete MipsFunctionInfo::InArgFIRange. llvm-svn: 166837 --- llvm/lib/Target/Mips/MipsISelLowering.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/Target/Mips/MipsISelLowering.cpp') 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()) { -- cgit v1.2.3