return Objs;
}
-void X86TargetLowering::PreprocessCCCArguments(std::vector<SDOperand>Args,
+void X86TargetLowering::PreprocessCCCArguments(std::vector<SDOperand> &Args,
Function &F, SelectionDAG &DAG) {
unsigned NumArgs = Args.size();
MachineFunction &MF = DAG.getMachineFunction();
}
void
-X86TargetLowering::PreprocessFastCCArguments(std::vector<SDOperand>Args,
+X86TargetLowering::PreprocessFastCCArguments(std::vector<SDOperand> &Args,
Function &F, SelectionDAG &DAG) {
unsigned NumArgs = Args.size();
MachineFunction &MF = DAG.getMachineFunction();
std::vector<std::pair<FALocInfo, FALocInfo> > FormalArgLocs;
// C Calling Convention implementation.
- void PreprocessCCCArguments(std::vector<SDOperand>Args, Function &F,
+ void PreprocessCCCArguments(std::vector<SDOperand> &Args, Function &F,
SelectionDAG &DAG);
void LowerCCCArguments(SDOperand Op, SelectionDAG &DAG);
std::pair<SDOperand, SDOperand>
// Fast Calling Convention implementation.
void
- PreprocessFastCCArguments(std::vector<SDOperand>Args, Function &F,
+ PreprocessFastCCArguments(std::vector<SDOperand> &Args, Function &F,
SelectionDAG &DAG);
void
LowerFastCCArguments(SDOperand Op, SelectionDAG &DAG);