[llvm] r290648 - [InstCombine] Remove a piece of a comment that said that InstCombiner contains pass infrastructure. That hasn't been true since r226618. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 27 19:12:42 PST 2016


Author: ctopper
Date: Tue Dec 27 21:12:42 2016
New Revision: 290648

URL: http://llvm.org/viewvc/llvm-project?rev=290648&view=rev
Log:
[InstCombine] Remove a piece of a comment that said that InstCombiner contains pass infrastructure. That hasn't been true since r226618. NFC

Modified:
    llvm/trunk/lib/Transforms/InstCombine/InstCombineInternal.h

Modified: llvm/trunk/lib/Transforms/InstCombine/InstCombineInternal.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/InstCombine/InstCombineInternal.h?rev=290648&r1=290647&r2=290648&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/InstCombine/InstCombineInternal.h (original)
+++ llvm/trunk/lib/Transforms/InstCombine/InstCombineInternal.h Tue Dec 27 21:12:42 2016
@@ -156,8 +156,7 @@ IntrinsicIDToOverflowCheckFlavor(unsigne
 /// \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<InstCombiner, Instruction *> {
   // FIXME: These members shouldn't be public.




More information about the llvm-commits mailing list