diff options
author | Changpeng Fang <changpeng.fang@gmail.com> | 2015-12-18 19:57:41 +0000 |
---|---|---|
committer | Changpeng Fang <changpeng.fang@gmail.com> | 2015-12-18 19:57:41 +0000 |
commit | 7fdf674c2e6ddcc2e7f7e8b13a95a205bf0ad62b (patch) | |
tree | 918a9be183d4f53139dadd5f2c2a71abd4979fc1 /llvm/lib | |
parent | 18c63b0f1859d9996b4d3b8c69c22f5f6b46498b (diff) | |
download | bcm5719-llvm-7fdf674c2e6ddcc2e7f7e8b13a95a205bf0ad62b.tar.gz bcm5719-llvm-7fdf674c2e6ddcc2e7f7e8b13a95a205bf0ad62b.zip |
AMDGPU/SI: Test commit
Summary: This is just my first commit. Test!
Reviewers: none
Subscribers: none
Differential Revision: none
llvm-svn: 256020
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/AMDGPU/SIInstrInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/SIInstrInfo.cpp b/llvm/lib/Target/AMDGPU/SIInstrInfo.cpp index 2375432305a..6c4cb011ef2 100644 --- a/llvm/lib/Target/AMDGPU/SIInstrInfo.cpp +++ b/llvm/lib/Target/AMDGPU/SIInstrInfo.cpp @@ -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 " |