From 9363b585ce632837179523df337ee125546854a4 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Sat, 5 Jul 2014 21:16:40 +0000 Subject: [PATCH] Fix grammar git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212379 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/R600/SIMachineFunctionInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/R600/SIMachineFunctionInfo.cpp b/lib/Target/R600/SIMachineFunctionInfo.cpp index af609958129..ce0f82441fb 100644 --- a/lib/Target/R600/SIMachineFunctionInfo.cpp +++ b/lib/Target/R600/SIMachineFunctionInfo.cpp @@ -63,7 +63,7 @@ static unsigned createLaneVGPR(MachineRegisterInfo &MRI, MachineFunction *MF) { } } MF->getFunction()->getContext().emitError( - "Could not found S_ENGPGM instrtuction."); + "Could not find S_ENGPGM instrtuction."); return VGPR; } -- 2.34.1