From: Matt Arsenault Date: Thu, 20 Mar 2014 16:41:06 +0000 (+0000) Subject: R600: Remove unused method declaration. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=31bd14fc2d0c99f661609ff069bc127a8f8cd050;p=oota-llvm.git R600: Remove unused method declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204357 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/SIInstrInfo.h b/lib/Target/R600/SIInstrInfo.h index bff89d3c822..bb8bc72ff86 100644 --- a/lib/Target/R600/SIInstrInfo.h +++ b/lib/Target/R600/SIInstrInfo.h @@ -25,12 +25,6 @@ class SIInstrInfo : public AMDGPUInstrInfo { private: const SIRegisterInfo RI; - MachineInstrBuilder buildIndirectIndexLoop(MachineBasicBlock &MBB, - MachineBasicBlock::iterator I, - unsigned OffsetVGPR, - unsigned MovRelOp, - unsigned Dst, - unsigned Src0) const; public: explicit SIInstrInfo(AMDGPUTargetMachine &tm);