]> granicus.if.org Git - llvm/commitdiff
fix typo; NFC
authorSanjay Patel <spatel@rotateright.com>
Wed, 6 Jul 2016 16:42:46 +0000 (16:42 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 6 Jul 2016 16:42:46 +0000 (16:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274636 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelLowering.cpp

index 8da29396b7102f521277c0286349b1647cb24bd5..7a2bdec54793c3f02cf23bebca34878eff82d5e4 100644 (file)
@@ -2269,7 +2269,7 @@ SDValue PPCTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const {
   }
 
   // If we're comparing for equality to zero, expose the fact that this is
-  // implented as a ctlz/srl pair on ppc, so that the dag combiner can
+  // implemented as a ctlz/srl pair on ppc, so that the dag combiner can
   // fold the new nodes.
   if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
     if (C->isNullValue() && CC == ISD::SETEQ) {