[llvm-commits] [llvm] r80500 - /llvm/trunk/lib/Transforms/Scalar/InstructionCombining.cpp
Chris Lattner
sabre at nondot.org
Sun Aug 30 10:53:59 PDT 2009
Author: lattner
Date: Sun Aug 30 12:53:59 2009
New Revision: 80500
URL: http://llvm.org/viewvc/llvm-project?rev=80500&view=rev
Log:
fix typo
Modified:
llvm/trunk/lib/Transforms/Scalar/InstructionCombining.cpp
Modified: llvm/trunk/lib/Transforms/Scalar/InstructionCombining.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/InstructionCombining.cpp?rev=80500&r1=80499&r2=80500&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/InstructionCombining.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/InstructionCombining.cpp Sun Aug 30 12:53:59 2009
@@ -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
More information about the llvm-commits
mailing list