[llvm] r192406 - Fix typo

Matt Arsenault Matthew.Arsenault at amd.com
Thu Oct 10 16:05:37 PDT 2013


Author: arsenm
Date: Thu Oct 10 18:05:37 2013
New Revision: 192406

URL: http://llvm.org/viewvc/llvm-project?rev=192406&view=rev
Log:
Fix typo

Modified:
    llvm/trunk/lib/Target/R600/SIISelLowering.cpp

Modified: llvm/trunk/lib/Target/R600/SIISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/SIISelLowering.cpp?rev=192406&r1=192405&r2=192406&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/SIISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/R600/SIISelLowering.cpp Thu Oct 10 18:05:37 2013
@@ -887,8 +887,8 @@ void SITargetLowering::ensureSRegLimit(S
     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);





More information about the llvm-commits mailing list