summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineVerifier.cpp
diff options
context:
space:
mode:
authorQuentin Colombet <qcolombet@apple.com>2016-12-22 22:50:34 +0000
committerQuentin Colombet <qcolombet@apple.com>2016-12-22 22:50:34 +0000
commit3749f33888c17a2e9d05b47666ebad72fe4c958f (patch)
tree4851dfe0991cd63f396386192fcbe3f395348607 /llvm/lib/CodeGen/MachineVerifier.cpp
parente0e451d9278e12f5d6411565e0cb17b9c57362ce (diff)
downloadbcm5719-llvm-3749f33888c17a2e9d05b47666ebad72fe4c958f.tar.gz
bcm5719-llvm-3749f33888c17a2e9d05b47666ebad72fe4c958f.zip
[GlobalISel] More fix for the size vs. type typo. NFC.
I missed those in my previous commit (r290378). llvm-svn: 290387
Diffstat (limited to 'llvm/lib/CodeGen/MachineVerifier.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineVerifier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineVerifier.cpp b/llvm/lib/CodeGen/MachineVerifier.cpp
index 7eb42ecdf0a..426a4666c64 100644
--- a/llvm/lib/CodeGen/MachineVerifier.cpp
+++ b/llvm/lib/CodeGen/MachineVerifier.cpp
@@ -1023,7 +1023,7 @@ MachineVerifier::visitMachineOperand(const MachineOperand *MO, unsigned MONum) {
return;
}
- // The gvreg must have a size and it must not have a SubIdx.
+ // The gvreg must have a type and it must not have a SubIdx.
LLT Ty = MRI->getType(Reg);
if (!Ty.isValid()) {
report("Generic virtual register must have a valid type", MO,
OpenPOWER on IntegriCloud