aboutsummaryrefslogtreecommitdiffstats
path: root/lib
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
commit9ef4185a87332bf69992b9b09c4e02699788b3c5 (patch)
tree591be3893813048ea94f70180142433ab493c18a /lib
parent24dd9a56e50b4c931ae96a93e67c4ed85e65d989 (diff)
downloadexternal_llvm-9ef4185a87332bf69992b9b09c4e02699788b3c5.zip
external_llvm-9ef4185a87332bf69992b9b09c4e02699788b3c5.tar.gz
external_llvm-9ef4185a87332bf69992b9b09c4e02699788b3c5.tar.bz2
Needs this file too.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63993 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/CellSPU/SPUISelDAGToDAG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/CellSPU/SPUISelDAGToDAG.cpp b/lib/Target/CellSPU/SPUISelDAGToDAG.cpp
index af8fd72..23bb08c 100644
--- a/lib/Target/CellSPU/SPUISelDAGToDAG.cpp
+++ b/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)) {