summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2017-01-25 06:02:10 +0000
committerJustin Bogner <mail@justinbogner.com>2017-01-25 06:02:10 +0000
commit4844573eb1dda9287e54ee70bc7acf3e238a889b (patch)
tree2c25138836c048dafbf82a42d742753b8db3d77c /llvm/lib/CodeGen
parent60370e375a8bd91be9ef2b772cb97ff74098b39a (diff)
downloadbcm5719-llvm-4844573eb1dda9287e54ee70bc7acf3e238a889b.tar.gz
bcm5719-llvm-4844573eb1dda9287e54ee70bc7acf3e238a889b.zip
GlobalISel: Fix typo in error message
llvm-svn: 293023
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp b/llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp
index 0db7fd9f1ae..4c40387eed3 100644
--- a/llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp
+++ b/llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp
@@ -146,7 +146,7 @@ bool InstructionSelect::runOnMachineFunction(MachineFunction &MF) {
: &*MRI.def_instr_begin(VReg);
if (!RC) {
if (TPC.isGlobalISelAbortEnabled())
- reportSelectionError(MF, MI, "VReg as no regclass after selection");
+ reportSelectionError(MF, MI, "VReg has no regclass after selection");
Failed = true;
break;
}
OpenPOWER on IntegriCloud