forked from OSchip/llvm-project
				
			
							parent
							
								
									eb372a0276
								
							
						
					
					
						commit
						efbb8da3f5
					
				| 
						 | 
				
			
			@ -300,7 +300,7 @@ IA64TargetLowering::LowerCallTo(SDOperand Chain,
 | 
			
		|||
    {
 | 
			
		||||
      SDOperand Val = Args[i].first;
 | 
			
		||||
      MVT::ValueType ObjectVT = Val.getValueType();
 | 
			
		||||
      SDOperand ValToStore, ValToConvert;
 | 
			
		||||
      SDOperand ValToStore(0, 0), ValToConvert;
 | 
			
		||||
      unsigned ObjSize=8;
 | 
			
		||||
      switch (ObjectVT) {
 | 
			
		||||
      default: assert(0 && "unexpected argument type!");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -379,7 +379,7 @@ SparcV8TargetLowering::LowerCallTo(SDOperand Chain, const Type *RetTy,
 | 
			
		|||
  for (unsigned i = 0, e = Args.size(); i != e; ++i) {
 | 
			
		||||
    SDOperand Val = Args[i].first;
 | 
			
		||||
    MVT::ValueType ObjectVT = Val.getValueType();
 | 
			
		||||
    SDOperand ValToStore;
 | 
			
		||||
    SDOperand ValToStore(0, 0);
 | 
			
		||||
    unsigned ObjSize;
 | 
			
		||||
    switch (ObjectVT) {
 | 
			
		||||
    default: assert(0 && "Unhandled argument type!");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2989,7 +2989,7 @@ void ISel::EmitFastCCToFastCCTailCall(SDNode *TailCallNode) {
 | 
			
		|||
 | 
			
		||||
  // Copy the return address of the caller into a virtual register so we don't
 | 
			
		||||
  // clobber it.
 | 
			
		||||
  SDOperand RetVal;
 | 
			
		||||
  SDOperand RetVal(0, 0);
 | 
			
		||||
  if (ESPOffset) {
 | 
			
		||||
    SDOperand RetValAddr = X86Lowering.getReturnAddressFrameIndex(*TheDAG);
 | 
			
		||||
    RetVal = TheDAG->getLoad(MVT::i32, TheDAG->getEntryNode(),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue