improve cygwin compatibility, patch by Sam Bishop

llvm-svn: 45917
This commit is contained in:
Chris Lattner 2008-01-12 22:54:07 +00:00
parent 0a8c2325fc
commit ca7faf6faa
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ static SDOperand
AlignedLoad(SDOperand Op, SelectionDAG &DAG, const SPUSubtarget *ST,
LSBaseSDNode *LSN,
unsigned &alignment, int &alignOffs, int &prefSlotOffs,
unsigned &VT, bool &was16aligned)
MVT::ValueType &VT, bool &was16aligned)
{
MVT::ValueType PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
const valtype_map_s *vtm = getValueTypeMapEntry(VT);