diff options
author | Christopher Lamb <christopher.lamb@gmail.com> | 2007-12-18 09:45:40 +0000 |
---|---|---|
committer | Christopher Lamb <christopher.lamb@gmail.com> | 2007-12-18 09:45:40 +0000 |
commit | 30291f4a3014687be84e33fa0bf86fc8b2dfeb39 (patch) | |
tree | 16c933b98a88ddb420c01ceb362cf1cb20f892c4 /llvm/lib/Transforms/Scalar/InstructionCombining.cpp | |
parent | 8b09a464b4b65f001f8dd05097bcc6b71e4bab5b (diff) | |
download | bcm5719-llvm-30291f4a3014687be84e33fa0bf86fc8b2dfeb39.tar.gz bcm5719-llvm-30291f4a3014687be84e33fa0bf86fc8b2dfeb39.zip |
Fix typos.
llvm-svn: 45159
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 b059c49f0aa..acda89bfe0b 100644 --- a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp +++ b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp @@ -2135,7 +2135,7 @@ Instruction *InstCombiner::visitAdd(BinaryOperator &I) { // add (select (icmp A m) X Y) A // // add (select X 0 (sub n A)) A -> - // select X A n -> + // select X A n { SelectInst *SI = dyn_cast<SelectInst>(LHS); Value *Other = RHS; |