diff options
author | Chris Lattner <sabre@nondot.org> | 2003-09-10 05:29:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-09-10 05:29:43 +0000 |
commit | 216c7b8aedbf4c3f5a60835c75872ddc35cfc3e4 (patch) | |
tree | d211caa84e1e2fffddd6000d9534fefdb8c23db1 /llvm/lib/Transforms/Scalar/InstructionCombining.cpp | |
parent | 4e621cd8614d87071cb5146ed4f825936a285b09 (diff) | |
download | bcm5719-llvm-216c7b8aedbf4c3f5a60835c75872ddc35cfc3e4.tar.gz bcm5719-llvm-216c7b8aedbf4c3f5a60835c75872ddc35cfc3e4.zip |
Fix spell-o's
llvm-svn: 8431
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 4dd3cdccf8f..eddde0caf17 100644 --- a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp +++ b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp @@ -12,7 +12,7 @@ // // This is a simple worklist driven algorithm. // -// This pass guarantees that the following cannonicalizations are performed on +// This pass guarantees that the following canonicalizations are performed on // the program: // 1. If a binary operator has a constant operand, it is moved to the RHS // 2. Bitwise operators with constant operands are always grouped so that |