Skip to content

Commit 12fdc70

Browse files
committed
Remove getRawValue
1 parent b8dc2db commit 12fdc70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/utils/TableGen/DecoderEmitter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ struct BitValue {
275275
return static_cast<uint64_t>(V);
276276
return std::nullopt;
277277
}
278-
bit_value_t getRawValue() const { return V; }
279278

280279
// For printing a bit value.
281280
operator StringRef() const {

0 commit comments

Comments
 (0)