aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Target.td
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-05-17 21:20:27 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-05-17 21:20:27 +0000
commitc01d497255f0d344163178c5f827e8b73f6f04d6 (patch)
tree26c44c94b0d11b61699e7a9e730a8742c4938762 /lib/Target/Target.td
parented96fe8c79b36a38bd9280438656ee539276fb41 (diff)
downloadexternal_llvm-c01d497255f0d344163178c5f827e8b73f6f04d6.zip
external_llvm-c01d497255f0d344163178c5f827e8b73f6f04d6.tar.gz
external_llvm-c01d497255f0d344163178c5f827e8b73f6f04d6.tar.bz2
Remove PointerType from class Target
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28368 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Target.td')
-rw-r--r--lib/Target/Target.td4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/Target.td b/lib/Target/Target.td
index 8fbc58e..36082db 100644
--- a/lib/Target/Target.td
+++ b/lib/Target/Target.td
@@ -271,10 +271,6 @@ class Target {
// saved registers for a target.
list<Register> CalleeSavedRegisters = [];
- // PointerType - Specify the value type to be used to represent pointers in
- // this target. Typically this is an i32 or i64 type.
- ValueType PointerType;
-
// InstructionSet - Instruction set description for this target.
InstrInfo InstructionSet;