forked from OSchip/llvm-project
AMDGPU/SI: Test commit
Summary: This is just my first commit. Test! Reviewers: none Subscribers: none Differential Revision: none llvm-svn: 256022
This commit is contained in:
parent
ef735b74c1
commit
c9963936e7
|
@ -1433,7 +1433,7 @@ bool SIInstrInfo::verifyInstruction(const MachineInstr *MI,
|
|||
return false;
|
||||
}
|
||||
|
||||
// Make sure the register classes are correct
|
||||
// Make sure the register classes are correct.
|
||||
for (int i = 0, e = Desc.getNumOperands(); i != e; ++i) {
|
||||
if (MI->getOperand(i).isFPImm()) {
|
||||
ErrInfo = "FPImm Machine Operands are not supported. ISel should bitcast "
|
||||
|
|
Loading…
Reference in New Issue