From: Chris Lattner Date: Sat, 12 Jan 2008 22:54:07 +0000 (+0000) Subject: improve cygwin compatibility, patch by Sam Bishop X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3f732807f3e3c9c93ee3c0f5f8b5e1b558c40be2;p=oota-llvm.git improve cygwin compatibility, patch by Sam Bishop git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45917 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/CellSPU/SPUISelLowering.cpp b/lib/Target/CellSPU/SPUISelLowering.cpp index 706eea90ec7..ed6dfe069ef 100644 --- a/lib/Target/CellSPU/SPUISelLowering.cpp +++ b/lib/Target/CellSPU/SPUISelLowering.cpp @@ -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);