summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/InstructionCombining.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-30 17:53:59 +0000
committerChris Lattner <sabre@nondot.org>2009-08-30 17:53:59 +0000
commit8326d529da8cd21165cbcda3c56d08883311c48c (patch)
tree567e8109380baf8c68f5a7b8aa7820146f2d3728 /llvm/lib/Transforms/Scalar/InstructionCombining.cpp
parent947365f73f4dc06e791c2ea5194dac40bfdb431c (diff)
downloadbcm5719-llvm-8326d529da8cd21165cbcda3c56d08883311c48c.tar.gz
bcm5719-llvm-8326d529da8cd21165cbcda3c56d08883311c48c.zip
fix typo
llvm-svn: 80500
Diffstat (limited to 'llvm/lib/Transforms/Scalar/InstructionCombining.cpp')
-rw-r--r--llvm/lib/Transforms/Scalar/InstructionCombining.cpp2
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
OpenPOWER on IntegriCloud