| 23 | //===----------------------------------------------------------------------===// |
| 24 | |
| 25 | std::optional<BytecodeVersion> BytecodeVersion::fromVersion(uint8_t verMajor, |
| 26 | uint8_t verMinor, |
| 27 | uint16_t verTag) { |
| 28 | // Include auto-generated version validation from TableGen. |
| 29 | #define GEN_VERSION_VALIDATION |
| 30 | #include "StaticOpcodes.inc" |
| 31 | } |
| 32 | |
| 33 | //===----------------------------------------------------------------------===// |
| 34 | // Version Definitions |
nothing calls this directly
no outgoing calls
no test coverage detected