commit | fb2e752e4175920d0531f2afc93a23d0cdf4db14 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Fri Sep 18 21:02:19 2009 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Fri Sep 18 21:02:19 2009 +0000 |
tree | c6166fa63d13ce47ec36ccde2eb8600d49e49c0d | |
parent | 558b79a399b0b6642e193d4fe59ac01e1f9cbba4 [diff] [blame] |
Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that sdisel will use to properly complete phi nodes. Not functionality change yet. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82273 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp index ff98292..36e7285 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
@@ -751,6 +751,7 @@ NodeMap.clear(); PendingLoads.clear(); PendingExports.clear(); + EdgeMapping.clear(); DAG.clear(); CurDebugLoc = DebugLoc::getUnknownLoc(); HasTailCall = false;