Index: src/IceInstX8632.h |
diff --git a/src/IceInstX8632.h b/src/IceInstX8632.h |
index 4ea2b36877311091afee77b51210e614eb0bdd01..bee9843d649f3cb6f789e176cb591731796883be 100644 |
--- a/src/IceInstX8632.h |
+++ b/src/IceInstX8632.h |
@@ -956,8 +956,6 @@ private: |
static const char *Opcode; |
}; |
-bool checkForRedundantAssign(const Variable *Dest, const Operand *Source); |
- |
// Base class for assignment instructions |
template <InstX8632::InstKindX8632 K> |
class InstX8632Movlike : public InstX8632 { |