commit | 75551f748deeac881f13efe821681ca2286f5861 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Aug 30 17:53:59 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Aug 30 17:53:59 2009 +0000 |
tree | d1b1df62d3998454a41d2a630ee6589e7c1d7d96 | |
parent | 77bc60e77e864ee0748c56e9c3e532c731f0d6d1 [diff] [blame] |
fix typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80500 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/InstructionCombining.cpp b/lib/Transforms/Scalar/InstructionCombining.cpp index cc03659..ea0b6d4 100644 --- a/lib/Transforms/Scalar/InstructionCombining.cpp +++ b/lib/Transforms/Scalar/InstructionCombining.cpp
@@ -165,7 +165,7 @@ TargetData *TD; bool MustPreserveLCSSA; public: - /// WOrklist - All of the instructions that need to be simplified. + /// Worklist - All of the instructions that need to be simplified. InstCombineWorklist Worklist; /// Builder - This is an IRBuilder that automatically inserts new