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:
Changpeng Fang 2015-12-18 20:04:28 +00:00
parent ef735b74c1
commit c9963936e7
1 changed files with 1 additions and 1 deletions

View File

@ -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 "