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/PowerPC/PPC.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/PowerPC/PPC.td')
-rw-r--r-- | lib/Target/PowerPC/PPC.td | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/PowerPC/PPC.td b/lib/Target/PowerPC/PPC.td index 10b9095d7d..702b5a31d9 100644 --- a/lib/Target/PowerPC/PPC.td +++ b/lib/Target/PowerPC/PPC.td @@ -81,9 +81,6 @@ def PPCInstrInfo : InstrInfo { def PPC : Target { - // Pointers on PPC are 32-bits in size. - let PointerType = i32; - // Information about the instructions. let InstructionSet = PPCInstrInfo; |