diff options
author | Chad Rosier <mcrosier@apple.com> | 2011-06-21 02:09:03 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2011-06-21 02:09:03 +0000 |
commit | 184f3b37e2a6812c647c2614613a9eebfe33247b (patch) | |
tree | c716044e0e18ef2e5a91d6daa7286896d80d38b5 /llvm/lib/VMCore/Value.cpp | |
parent | fe356d356ad411306d360da58c9b5fef1175fc95 (diff) | |
download | bcm5719-llvm-184f3b37e2a6812c647c2614613a9eebfe33247b.tar.gz bcm5719-llvm-184f3b37e2a6812c647c2614613a9eebfe33247b.zip |
Revert r133435 and r133449 to appease buildbots.
llvm-svn: 133499
Diffstat (limited to 'llvm/lib/VMCore/Value.cpp')
-rw-r--r-- | llvm/lib/VMCore/Value.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/VMCore/Value.cpp b/llvm/lib/VMCore/Value.cpp index a03cddc9d5e..29f6a8094f0 100644 --- a/llvm/lib/VMCore/Value.cpp +++ b/llvm/lib/VMCore/Value.cpp @@ -305,9 +305,6 @@ void Value::uncheckedReplaceAllUsesWith(Value *New) { U.set(New); } - - if (BasicBlock *BB = dyn_cast<BasicBlock>(this)) - BB->replaceSuccessorsPhiUsesWith(cast<BasicBlock>(New)); } void Value::replaceAllUsesWith(Value *New) { |