[llvm] r213614 - fixed typo in comment
Sanjay Patel
spatel at rotateright.com
Mon Jul 21 21:57:06 PDT 2014
Author: spatel
Date: Mon Jul 21 23:57:06 2014
New Revision: 213614
URL: http://llvm.org/viewvc/llvm-project?rev=213614&view=rev
Log:
fixed typo in comment
Modified:
llvm/trunk/lib/Transforms/InstCombine/InstCombineShifts.cpp
Modified: llvm/trunk/lib/Transforms/InstCombine/InstCombineShifts.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/InstCombine/InstCombineShifts.cpp?rev=213614&r1=213613&r2=213614&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/InstCombine/InstCombineShifts.cpp (original)
+++ llvm/trunk/lib/Transforms/InstCombine/InstCombineShifts.cpp Mon Jul 21 23:57:06 2014
@@ -488,7 +488,7 @@ Instruction *InstCombiner::FoldShiftByCo
}
- // If the operand is an bitwise operator with a constant RHS, and the
+ // If the operand is a bitwise operator with a constant RHS, and the
// shift is the only use, we can pull it out of the shift.
if (ConstantInt *Op0C = dyn_cast<ConstantInt>(Op0BO->getOperand(1))) {
bool isValid = true; // Valid only for And, Or, Xor
More information about the llvm-commits
mailing list