mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 22:34:39 +00:00
R600/SI: Fix warning on non-asserts build
llvm-svn: 193180
This commit is contained in:
parent
5908e906e2
commit
e692b77f62
@ -202,6 +202,7 @@ MachineInstr *SIInstrInfo::buildMovInstr(MachineBasicBlock *MBB,
|
||||
unsigned DstReg,
|
||||
unsigned SrcReg) const {
|
||||
assert(!"Not Implemented");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
bool SIInstrInfo::isMov(unsigned Opcode) const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user