[llvm] r204357 - R600: Remove unused method declaration.

Matt Arsenault Matthew.Arsenault at amd.com
Thu Mar 20 09:41:06 PDT 2014


Author: arsenm
Date: Thu Mar 20 11:41:06 2014
New Revision: 204357

URL: http://llvm.org/viewvc/llvm-project?rev=204357&view=rev
Log:
R600: Remove unused method declaration.

Modified:
    llvm/trunk/lib/Target/R600/SIInstrInfo.h

Modified: llvm/trunk/lib/Target/R600/SIInstrInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/SIInstrInfo.h?rev=204357&r1=204356&r2=204357&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/SIInstrInfo.h (original)
+++ llvm/trunk/lib/Target/R600/SIInstrInfo.h Thu Mar 20 11:41:06 2014
@@ -25,12 +25,6 @@ class SIInstrInfo : public AMDGPUInstrIn
 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);
 





More information about the llvm-commits mailing list