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 | a88a0ca8082006b37d14d8aee4a644b20bae8bc9 (patch) | |
tree | 50672ebd357c0af7075c51ab546813243c10b978 /lib/VMCore/Value.cpp | |
parent | 805569f54aa5ac3ac4c59a008ba68913177b3ce8 (diff) |
Revert r133435 and r133449 to appease buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133499 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Value.cpp')
-rw-r--r-- | lib/VMCore/Value.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/VMCore/Value.cpp b/lib/VMCore/Value.cpp index a03cddc9d5..29f6a8094f 100644 --- a/lib/VMCore/Value.cpp +++ b/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) { |