Remove dead parameter passing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97536 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling
2010-03-02 01:55:18 +00:00
parent 6b506cbce0
commit 46ada19645
11 changed files with 59 additions and 70 deletions

View File

@@ -419,8 +419,7 @@ PIC16TargetLowering::MakePIC16Libcall(PIC16ISD::PIC16Libcall Call,
LowerCallTo(DAG.getEntryNode(), RetTy, isSigned, !isSigned, false,
false, 0, CallingConv::C, false,
/*isReturnValueUsed=*/true,
Callee, Args, DAG, dl,
DAG.GetOrdering(DAG.getEntryNode().getNode()));
Callee, Args, DAG, dl);
return CallInfo.first;
}