Fix typo
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 10 Oct 2013 23:05:37 +0000 (23:05 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 10 Oct 2013 23:05:37 +0000 (23:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192406 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/SIISelLowering.cpp

index fb21f6e860cf42704590ed2d0cd25c9d9c53e41c..7cd14d5da61376e46072d6af0200caa61d9b2753 100644 (file)
@@ -887,8 +887,8 @@ void SITargetLowering::ensureSRegLimit(SelectionDAG &DAG, SDValue &Operand,
     return;
   }
 
-  // This is a conservative aproach, it is possible that we can't determine
-  // the correct register class and copy too often, but better save than sorry.
+  // This is a conservative aproach. It is possible that we can't determine the
+  // correct register class and copy too often, but better safe than sorry.
   SDValue RC = DAG.getTargetConstant(RegClass, MVT::i32);
   SDNode *Node = DAG.getMachineNode(TargetOpcode::COPY_TO_REGCLASS, SDLoc(),
                                     Operand.getValueType(), Operand, RC);