From 28ec3460e4320743c5f78b1550b72720007b339a Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Wed, 28 Dec 2016 03:12:42 +0000 Subject: [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 --- llvm/lib/Transforms/InstCombine/InstCombineInternal.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'llvm/lib/Transforms/InstCombine/InstCombineInternal.h') diff --git a/llvm/lib/Transforms/InstCombine/InstCombineInternal.h b/llvm/lib/Transforms/InstCombine/InstCombineInternal.h index d13b94cb6c9..3cefe715e56 100644 --- a/llvm/lib/Transforms/InstCombine/InstCombineInternal.h +++ b/llvm/lib/Transforms/InstCombine/InstCombineInternal.h @@ -156,8 +156,7 @@ IntrinsicIDToOverflowCheckFlavor(unsigned ID) { /// \brief The core instruction combiner logic. /// /// This class provides both the logic to recursively visit instructions and -/// combine them, as well as the pass infrastructure for running this as part -/// of the LLVM pass pipeline. +/// combine them. class LLVM_LIBRARY_VISIBILITY InstCombiner : public InstVisitor { // FIXME: These members shouldn't be public. -- cgit v1.2.3