Skip to content

Commit bbc3d88

Browse files
committed
Remove one more static for InstBitWidth
1 parent 1d284cd commit bbc3d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/TableGen/DecoderEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2485,7 +2485,7 @@ namespace {
24852485
// it an invalid type for use as `InsnType` when instantiating the decoder.
24862486
// Individual targets are expected to provide specializations for these based
24872487
// on their usage.
2488-
template <typename T> static constexpr uint32_t InsnBitWidth = 0;
2488+
template <typename T> constexpr uint32_t InsnBitWidth = 0;
24892489
24902490
)";
24912491

0 commit comments

Comments
 (0)