Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 28ec346

Browse files
committed
[InstCombine] Remove a piece of a comment that said that InstCombiner contains pass infrastructure. That hasn't been true since r226618. NFC
llvm-svn: 290648
1 parent 57aae07 commit 28ec346

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Transforms/InstCombine/InstCombineInternal.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@ IntrinsicIDToOverflowCheckFlavor(unsigned ID) {
156156
/// \brief The core instruction combiner logic.
157157
///
158158
/// This class provides both the logic to recursively visit instructions and
159-
/// combine them, as well as the pass infrastructure for running this as part
160-
/// of the LLVM pass pipeline.
159+
/// combine them.
161160
class LLVM_LIBRARY_VISIBILITY InstCombiner
162161
: public InstVisitor<InstCombiner, Instruction *> {
163162
// FIXME: These members shouldn't be public.

0 commit comments

Comments
 (0)