git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80500 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-08-30 17:53:59 +00:00
parent 77bc60e77e
commit 75551f748d

View File

@ -165,7 +165,7 @@ namespace {
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