forked from OSchip/llvm-project
				
			improve cygwin compatibility, patch by Sam Bishop
llvm-svn: 45917
This commit is contained in:
		
							parent
							
								
									0a8c2325fc
								
							
						
					
					
						commit
						ca7faf6faa
					
				| 
						 | 
					@ -453,7 +453,7 @@ static SDOperand
 | 
				
			||||||
AlignedLoad(SDOperand Op, SelectionDAG &DAG, const SPUSubtarget *ST,
 | 
					AlignedLoad(SDOperand Op, SelectionDAG &DAG, const SPUSubtarget *ST,
 | 
				
			||||||
            LSBaseSDNode *LSN,
 | 
					            LSBaseSDNode *LSN,
 | 
				
			||||||
            unsigned &alignment, int &alignOffs, int &prefSlotOffs,
 | 
					            unsigned &alignment, int &alignOffs, int &prefSlotOffs,
 | 
				
			||||||
            unsigned &VT, bool &was16aligned)
 | 
					            MVT::ValueType &VT, bool &was16aligned)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  MVT::ValueType PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
 | 
					  MVT::ValueType PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
 | 
				
			||||||
  const valtype_map_s *vtm = getValueTypeMapEntry(VT);
 | 
					  const valtype_map_s *vtm = getValueTypeMapEntry(VT);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue