AMDGPU/SI: Test commit

Summary: This is just my first commit. Test!

Reviewers: none

Subscribers: none

Differential Revision: none

llvm-svn: 256020
This commit is contained in:
Changpeng Fang
2015-12-18 19:57:41 +00:00
parent 18c63b0f18
commit 7fdf674c2e

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 "