mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
[AMDGPU] Remove unused function opcodeEmitsNoInsts()
This was missed in the patch D97545, and cause buildbot failure. Reviewed by: critson Differential Revision: https://reviews.llvm.org/D98229
This commit is contained in:
parent
97b192e85f
commit
299420b69e
@ -70,13 +70,6 @@ INITIALIZE_PASS_END(SIInsertSkips, DEBUG_TYPE,
|
|||||||
|
|
||||||
char &llvm::SIInsertSkipsPassID = SIInsertSkips::ID;
|
char &llvm::SIInsertSkipsPassID = SIInsertSkips::ID;
|
||||||
|
|
||||||
static bool opcodeEmitsNoInsts(const MachineInstr &MI) {
|
|
||||||
if (MI.isMetaInstruction())
|
|
||||||
return true;
|
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void generateEndPgm(MachineBasicBlock &MBB,
|
static void generateEndPgm(MachineBasicBlock &MBB,
|
||||||
MachineBasicBlock::iterator I, DebugLoc DL,
|
MachineBasicBlock::iterator I, DebugLoc DL,
|
||||||
const SIInstrInfo *TII, bool IsPS) {
|
const SIInstrInfo *TII, bool IsPS) {
|
||||||
|
Loading…
Reference in New Issue
Block a user