Fix typo
[oota-llvm.git] / lib / Target / R600 / SIInstrInfo.h
index 19bcf0cd946f7f62519ccaee381ee05c349944d4..de3ff0733043800a1044b585021410947402366f 100644 (file)
@@ -70,6 +70,7 @@ public:
   virtual bool isMov(unsigned Opcode) const;
 
   virtual bool isSafeToMoveRegClassDefs(const TargetRegisterClass *RC) const;
+  bool isDS(uint16_t Opcode) const;
   int isMIMG(uint16_t Opcode) const;
   int isSMRD(uint16_t Opcode) const;
   bool isVOP1(uint16_t Opcode) const;