diff options
| author | Eric Christopher <echristo@apple.com> | 2010-09-01 17:29:10 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2010-09-01 17:29:10 +0000 |
| commit | a5d315c6651ce927fad4e39e873b117e4feb129f (patch) | |
| tree | 3c4bc7cbc7de13d88503fabe04422a5b0394f0e8 /llvm/lib/Transforms/Utils/LCSSA.cpp | |
| parent | 2bd4cee51646babc4c9f749b6c49bb0a2fdd8f98 (diff) | |
| download | bcm5719-llvm-a5d315c6651ce927fad4e39e873b117e4feb129f.tar.gz bcm5719-llvm-a5d315c6651ce927fad4e39e873b117e4feb129f.zip | |
Speculatively revert 112699 and 112702, they seem to be causing
self host errors on clang-x86-64.
llvm-svn: 112719
Diffstat (limited to 'llvm/lib/Transforms/Utils/LCSSA.cpp')
| -rw-r--r-- | llvm/lib/Transforms/Utils/LCSSA.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/LCSSA.cpp b/llvm/lib/Transforms/Utils/LCSSA.cpp index 275b26508f9..409b4bd9da8 100644 --- a/llvm/lib/Transforms/Utils/LCSSA.cpp +++ b/llvm/lib/Transforms/Utils/LCSSA.cpp @@ -206,7 +206,7 @@ bool LCSSA::ProcessInstruction(Instruction *Inst, DomTreeNode *DomNode = DT->getNode(DomBB); SSAUpdater SSAUpdate; - SSAUpdate.Initialize(Inst->getType(), Inst->getName()); + SSAUpdate.Initialize(Inst); // Insert the LCSSA phi's into all of the exit blocks dominated by the // value, and add them to the Phi's map. |

