We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d284cd commit bbc3d88Copy full SHA for bbc3d88
llvm/utils/TableGen/DecoderEmitter.cpp
@@ -2485,7 +2485,7 @@ namespace {
2485
// it an invalid type for use as `InsnType` when instantiating the decoder.
2486
// Individual targets are expected to provide specializations for these based
2487
// on their usage.
2488
-template <typename T> static constexpr uint32_t InsnBitWidth = 0;
+template <typename T> constexpr uint32_t InsnBitWidth = 0;
2489
2490
)";
2491
0 commit comments