Index: src/IceInstX8632.h |
diff --git a/src/IceInstX8632.h b/src/IceInstX8632.h |
index b9868c07264d5b1b9edc6cad05353aa2c0cd0947..eb831ac500ac5f267679b9b5fc64cf1abf4e0524 100644 |
--- a/src/IceInstX8632.h |
+++ b/src/IceInstX8632.h |
@@ -993,8 +993,7 @@ private: |
~InstX8632Mul() override {} |
}; |
-// Shld instruction - shift across a pair of operands. TODO: Verify |
-// that the validator accepts the shld instruction. |
+// Shld instruction - shift across a pair of operands. |
class InstX8632Shld : public InstX8632 { |
InstX8632Shld(const InstX8632Shld &) = delete; |
InstX8632Shld &operator=(const InstX8632Shld &) = delete; |
@@ -1016,8 +1015,7 @@ private: |
~InstX8632Shld() override {} |
}; |
-// Shrd instruction - shift across a pair of operands. TODO: Verify |
-// that the validator accepts the shrd instruction. |
+// Shrd instruction - shift across a pair of operands. |
class InstX8632Shrd : public InstX8632 { |
InstX8632Shrd(const InstX8632Shrd &) = delete; |
InstX8632Shrd &operator=(const InstX8632Shrd &) = delete; |