summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-12 22:54:07 +0000
committerChris Lattner <sabre@nondot.org>2008-01-12 22:54:07 +0000
commitca7faf6faac8849bcc16256afb98f755b449af9d (patch)
treedbb9d9ef7d7c9de17c64d77e08d4ad6768acabb6 /llvm
parent0a8c2325fcdadf8496a3c916ca20d7afa8d0f7ab (diff)
downloadbcm5719-llvm-ca7faf6faac8849bcc16256afb98f755b449af9d.tar.gz
bcm5719-llvm-ca7faf6faac8849bcc16256afb98f755b449af9d.zip
improve cygwin compatibility, patch by Sam Bishop
llvm-svn: 45917
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/CellSPU/SPUISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/CellSPU/SPUISelLowering.cpp b/llvm/lib/Target/CellSPU/SPUISelLowering.cpp
index 706eea90ec7..ed6dfe069ef 100644
--- a/llvm/lib/Target/CellSPU/SPUISelLowering.cpp
+++ b/llvm/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);
OpenPOWER on IntegriCloud