diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-05-17 21:20:27 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-05-17 21:20:27 +0000 |
commit | c01d497255f0d344163178c5f827e8b73f6f04d6 (patch) | |
tree | 26c44c94b0d11b61699e7a9e730a8742c4938762 /lib/Target/Target.td | |
parent | ed96fe8c79b36a38bd9280438656ee539276fb41 (diff) |
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.td | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/Target.td b/lib/Target/Target.td index 8fbc58e223..36082db0f4 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; |