summaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/TableGen/Types.h')
-rw-r--r--llvm/utils/TableGen/Types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/utils/TableGen/Types.h b/llvm/utils/TableGen/Types.h
index 17c7742ccaac..f369d61785c4 100644
--- a/llvm/utils/TableGen/Types.h
+++ b/llvm/utils/TableGen/Types.h
@@ -16,9 +16,6 @@ namespace llvm {
/// MaxSize indicates the largest size of integer to consider (in bits) and only
/// supports values of at least 32.
const char *getMinimalTypeForRange(uint64_t Range, unsigned MaxSize = 64);
-
-/// Returns the smallest unsigned integer type that can hold the given bitfield.
-const char *getMinimalTypeForEnumBitfield(uint64_t Size);
}
#endif