diff options
Diffstat (limited to 'llvm/lib/IR/Value.cpp')
-rw-r--r-- | llvm/lib/IR/Value.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/IR/Value.cpp b/llvm/lib/IR/Value.cpp index bb8d692..6c52ced5 100644 --- a/llvm/lib/IR/Value.cpp +++ b/llvm/lib/IR/Value.cpp @@ -215,7 +215,6 @@ void Value::dropDroppableUsesIn(User &Usr) { } void Value::dropDroppableUse(Use &U) { - U.removeFromList(); if (auto *Assume = dyn_cast<AssumeInst>(U.getUser())) { unsigned OpNo = U.getOperandNo(); if (OpNo == 0) |