summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPC.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/PowerPC/PPC.td
parented96fe8c79b36a38bd9280438656ee539276fb41 (diff)
downloadllvm-c01d497255f0d344163178c5f827e8b73f6f04d6.tar.gz
llvm-c01d497255f0d344163178c5f827e8b73f6f04d6.tar.bz2
llvm-c01d497255f0d344163178c5f827e8b73f6f04d6.tar.xz
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.td3
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;