Make method static
[oota-llvm.git] / lib / Target / R600 / SIInstrInfo.cpp
index b5203a8c4feb98a1e2a2bb94d389884f56e3e973..11710b42e6077b14e756a3df9cdf24fc69b2be54 100644 (file)
@@ -367,7 +367,7 @@ bool SIInstrInfo::verifyInstruction(const MachineInstr *MI,
   return true;
 }
 
-unsigned SIInstrInfo::getVALUOp(const MachineInstr &MI) const {
+unsigned SIInstrInfo::getVALUOp(const MachineInstr &MI) {
   switch (MI.getOpcode()) {
   default: return AMDGPU::INSTRUCTION_LIST_END;
   case AMDGPU::REG_SEQUENCE: return AMDGPU::REG_SEQUENCE;