summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenTarget.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-03-01 17:30:35 +0000
committerJim Grosbach <grosbach@apple.com>2012-03-01 17:30:35 +0000
commit194f3fa9eadc7dfe9f1750c16e1c2a8ebe11c88c (patch)
tree7cae3c194a7719ef4767351b64027420a0ac03a6 /utils/TableGen/CodeGenTarget.h
parent1e33b461b4f6700721e14376c372edd132d29b11 (diff)
downloadllvm-194f3fa9eadc7dfe9f1750c16e1c2a8ebe11c88c.tar.gz
llvm-194f3fa9eadc7dfe9f1750c16e1c2a8ebe11c88c.tar.bz2
llvm-194f3fa9eadc7dfe9f1750c16e1c2a8ebe11c88c.tar.xz
Revert "Emit the SubRegTable with the smallest possible integer type."
This reverts commit 151760. We want to move getSubReg() from TargetRegisterInfo into MCRegisterInfo, but to do that, the type of the lookup table needs to be the same for all targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151814 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/CodeGenTarget.h')
-rw-r--r--utils/TableGen/CodeGenTarget.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/TableGen/CodeGenTarget.h b/utils/TableGen/CodeGenTarget.h
index a0df08bf95..85463da597 100644
--- a/utils/TableGen/CodeGenTarget.h
+++ b/utils/TableGen/CodeGenTarget.h
@@ -58,10 +58,6 @@ std::string getEnumName(MVT::SimpleValueType T);
/// namespace qualifier if the record contains one.
std::string getQualifiedName(const Record *R);
-/// getMinimalTypeForRange - Helper method to get the minimum data type required
-/// to represent Range.
-const char *getMinimalTypeForRange(uint64_t Range);
-
/// CodeGenTarget - This class corresponds to the Target class in the .td files.
///
class CodeGenTarget {