[llvm] r212379 - Fix grammar

Matt Arsenault Matthew.Arsenault at amd.com
Sat Jul 5 14:16:41 PDT 2014


Author: arsenm
Date: Sat Jul  5 16:16:40 2014
New Revision: 212379

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

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

Modified: llvm/trunk/lib/Target/R600/SIMachineFunctionInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/SIMachineFunctionInfo.cpp?rev=212379&r1=212378&r2=212379&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/SIMachineFunctionInfo.cpp (original)
+++ llvm/trunk/lib/Target/R600/SIMachineFunctionInfo.cpp Sat Jul  5 16:16:40 2014
@@ -63,7 +63,7 @@ static unsigned createLaneVGPR(MachineRe
     }
   }
   MF->getFunction()->getContext().emitError(
-      "Could not found S_ENGPGM instrtuction.");
+      "Could not find S_ENGPGM instrtuction.");
   return VGPR;
 }
 





More information about the llvm-commits mailing list