Index: include/llvm/ADT/PriorityWorklist.h =================================================================== --- include/llvm/ADT/PriorityWorklist.h +++ include/llvm/ADT/PriorityWorklist.h @@ -203,11 +203,6 @@ return true; } - /// Reverse the items in the PriorityWorklist. - /// - /// This does an in-place reversal. Other kinds of reverse aren't easy to - /// support in the face of the worklist semantics. - /// Completely clear the PriorityWorklist void clear() { M.clear();