We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4745f commit a1ae56dCopy full SHA for a1ae56d
llvm/include/llvm/IR/Value.h
@@ -454,9 +454,6 @@ class Value {
454
455
/// Return true if there is exactly one use of this value that cannot be
456
/// dropped.
457
- ///
458
- /// This is specialized because it is a common request and does not require
459
- /// traversing the whole use list.
460
Use *getSingleUndroppableUse();
461
const Use *getSingleUndroppableUse() const {
462
return const_cast<Value *>(this)->getSingleUndroppableUse();
0 commit comments