commit | 5705edb268299a444e214471f2e2c85ce4df18dd | [log] [tgz] |
---|---|---|
author | Christopher Lamb <christopher.lamb@gmail.com> | Tue Dec 18 09:45:40 2007 +0000 |
committer | Christopher Lamb <christopher.lamb@gmail.com> | Tue Dec 18 09:45:40 2007 +0000 |
tree | cb8e847a7df221f66635f479f5955ae245fda38b | |
parent | 244ec2848d30729826aa8064faf7942043a699cf [diff] |
Fix typos. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45159 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/InstructionCombining.cpp b/lib/Transforms/Scalar/InstructionCombining.cpp index b059c49..acda89b 100644 --- a/lib/Transforms/Scalar/InstructionCombining.cpp +++ b/lib/Transforms/Scalar/InstructionCombining.cpp
@@ -2135,7 +2135,7 @@ // 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;