Skip to content

Commit

Permalink
remove dead variable.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28258 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed May 12, 2006
1 parent 2b80e8d commit dd28ba2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Target/Alpha/AlphaISelLowering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ AlphaTargetLowering::LowerArguments(Function &F, SelectionDAG &DAG)
{
MachineFunction &MF = DAG.getMachineFunction();
MachineFrameInfo *MFI = MF.getFrameInfo();
MachineBasicBlock& BB = MF.front();
std::vector<SDOperand> ArgValues;

unsigned args_int[] = {
Expand Down

0 comments on commit dd28ba2

Please sign in to comment.