commit | 2f87640b86315beab8a5671cc23f524e59c58bd3 | [log] [tgz] |
---|---|---|
author | Micah Villmow <villmow@gmail.com> | Wed Oct 24 17:20:04 2012 +0000 |
committer | Micah Villmow <villmow@gmail.com> | Wed Oct 24 17:20:04 2012 +0000 |
tree | cb18e28b2d6aa7b36dcca2f78cab41f315409d51 | |
parent | aa76e9e2cf50af190de90bc778b7f7e42ef9ceff [diff] [blame] |
Delete a directory that wasn't supposed to be checked in yet. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166591 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp index abf40b7..dd8edc2 100644 --- a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp +++ b/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
@@ -2068,7 +2068,7 @@ // 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);