Delete a directory that wasn't supposed to be checked in yet.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / LegalizeDAG.cpp
index abf40b77a18f080d84759d686867f92c396f13e8..dd8edc2836eede830285dc7cbfe270df3796a083 100644 (file)
@@ -2068,7 +2068,7 @@ SelectionDAGLegalize::ExpandDivRemLibCall(SDNode *Node,
   // Also pass the return address of the remainder.
   SDValue FIPtr = DAG.CreateStackTemporary(RetVT);
   Entry.Node = FIPtr;
-  Entry.Ty = RetTy->getPointerTo();
+  Entry.Ty = RetTy->getPointerTo(0);
   Entry.isSExt = isSigned;
   Entry.isZExt = !isSigned;
   Args.push_back(Entry);