summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CellSPU
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2009-02-07 00:56:46 +0000
committerDale Johannesen <dalej@apple.com>2009-02-07 00:56:46 +0000
commit4ea526268cb11624599d33c4953fd1d0aac331b4 (patch)
tree9c111c751e8a041a7d52b681af880d3578545434 /llvm/lib/Target/CellSPU
parent62fd95d6ec63e959cb10dc26e5506b4ee6d6344b (diff)
downloadbcm5719-llvm-4ea526268cb11624599d33c4953fd1d0aac331b4.tar.gz
bcm5719-llvm-4ea526268cb11624599d33c4953fd1d0aac331b4.zip
Needs this file too.
llvm-svn: 63993
Diffstat (limited to 'llvm/lib/Target/CellSPU')
-rw-r--r--llvm/lib/Target/CellSPU/SPUISelDAGToDAG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/CellSPU/SPUISelDAGToDAG.cpp b/llvm/lib/Target/CellSPU/SPUISelDAGToDAG.cpp
index af8fd72dcba..23bb08c0c07 100644
--- a/llvm/lib/Target/CellSPU/SPUISelDAGToDAG.cpp
+++ b/llvm/lib/Target/CellSPU/SPUISelDAGToDAG.cpp
@@ -742,7 +742,7 @@ SPUDAGToDAGISel::Select(SDValue Op) {
// N.B.: BIT_CONVERT replaces and updates the zextShuffle node, so we
// re-use it in the VEC2PREFSLOT selection without needing to explicitly
// call SelectCode (it's already done for us.)
- SelectCode(CurDAG->getNode(ISD::BIT_CONVERT, OpVecVT, zextShuffle));
+ SelectCode(CurDAG->getNode(ISD::BIT_CONVERT, dl, OpVecVT, zextShuffle));
return SelectCode(CurDAG->getNode(SPUISD::VEC2PREFSLOT, dl, OpVT,
zextShuffle));
} else if (Opc == ISD::ADD && (OpVT == MVT::i64 || OpVT == MVT::v2i64)) {
OpenPOWER on IntegriCloud