summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2014-07-05 21:16:40 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2014-07-05 21:16:40 +0000
commit258c6e7cd97220364115f4841dc58427d9a37a9c (patch)
tree8c84ca078b246b4315272b0ebd634930d765b0f9 /llvm/lib/Target
parente700cab4e944999d0529eadc9b4c18a3ef99ad95 (diff)
downloadbcm5719-llvm-258c6e7cd97220364115f4841dc58427d9a37a9c.tar.gz
bcm5719-llvm-258c6e7cd97220364115f4841dc58427d9a37a9c.zip
Fix grammar
llvm-svn: 212379
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/R600/SIMachineFunctionInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/R600/SIMachineFunctionInfo.cpp b/llvm/lib/Target/R600/SIMachineFunctionInfo.cpp
index af609958129..ce0f82441fb 100644
--- a/llvm/lib/Target/R600/SIMachineFunctionInfo.cpp
+++ b/llvm/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;
}
OpenPOWER on IntegriCloud