diff options
Diffstat (limited to 'llvm/lib/Transforms/Scalar/InstructionCombining.cpp')
-rw-r--r-- | llvm/lib/Transforms/Scalar/InstructionCombining.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp index cc0365942ec..ea0b6d41a66 100644 --- a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp +++ b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp @@ -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 |