]> granicus.if.org Git - llvm/commitdiff
[InstCombine] Remove a piece of a comment that said that InstCombiner contains pass...
authorCraig Topper <craig.topper@gmail.com>
Wed, 28 Dec 2016 03:12:42 +0000 (03:12 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 28 Dec 2016 03:12:42 +0000 (03:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290648 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/InstCombine/InstCombineInternal.h

index d13b94cb6c99d234fbfe634eb806a06498eabb34..3cefe715e5678cfe1129a52cd9b105cebdabe8cd 100644 (file)
@@ -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<InstCombiner, Instruction *> {
   // FIXME: These members shouldn't be public.