[llvm] r212051 - R600: Remove unused declarations leftover from AMDIL

Matt Arsenault Matthew.Arsenault at amd.com
Mon Jun 30 10:37:17 PDT 2014


Author: arsenm
Date: Mon Jun 30 12:37:17 2014
New Revision: 212051

URL: http://llvm.org/viewvc/llvm-project?rev=212051&view=rev
Log:
R600: Remove unused declarations leftover from AMDIL

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

Modified: llvm/trunk/lib/Target/R600/AMDGPUInstrInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/AMDGPUInstrInfo.h?rev=212051&r1=212050&r2=212051&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/AMDGPUInstrInfo.h (original)
+++ llvm/trunk/lib/Target/R600/AMDGPUInstrInfo.h Mon Jun 30 12:37:17 2014
@@ -137,14 +137,6 @@ public:
   bool isSafeToMoveRegClassDefs(const TargetRegisterClass *RC) const override;
 
   // Helper functions that check the opcode for status information
-  bool isLoadInst(llvm::MachineInstr *MI) const;
-  bool isExtLoadInst(llvm::MachineInstr *MI) const;
-  bool isSWSExtLoadInst(llvm::MachineInstr *MI) const;
-  bool isSExtLoadInst(llvm::MachineInstr *MI) const;
-  bool isZExtLoadInst(llvm::MachineInstr *MI) const;
-  bool isAExtLoadInst(llvm::MachineInstr *MI) const;
-  bool isStoreInst(llvm::MachineInstr *MI) const;
-  bool isTruncStoreInst(llvm::MachineInstr *MI) const;
   bool isRegisterStore(const MachineInstr &MI) const;
   bool isRegisterLoad(const MachineInstr &MI) const;
 





More information about the llvm-commits mailing list