summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCRegisterInfo.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-19 18:30:39 +0000
committerChris Lattner <sabre@nondot.org>2005-08-19 18:30:39 +0000
commit0b1e641b8217e10b04e767bd0b70933c70cc17d3 (patch)
tree77d78a9ea8e7c4723fb7e73ad5f4fa8fb9d4d319 /lib/Target/PowerPC/PPCRegisterInfo.h
parent22c6202bb31b9e5f454552d93dbb42819d87cb93 (diff)
downloadllvm-0b1e641b8217e10b04e767bd0b70933c70cc17d3.tar.gz
llvm-0b1e641b8217e10b04e767bd0b70933c70cc17d3.tar.bz2
llvm-0b1e641b8217e10b04e767bd0b70933c70cc17d3.tar.xz
Now that the simple isels are dead, so is this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22913 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCRegisterInfo.h')
-rw-r--r--lib/Target/PowerPC/PPCRegisterInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCRegisterInfo.h b/lib/Target/PowerPC/PPCRegisterInfo.h
index cc70114a39..442eae2693 100644
--- a/lib/Target/PowerPC/PPCRegisterInfo.h
+++ b/lib/Target/PowerPC/PPCRegisterInfo.h
@@ -26,7 +26,6 @@ class PPC32RegisterInfo : public PPC32GenRegisterInfo {
std::map<unsigned, unsigned> ImmToIdxMap;
public:
PPC32RegisterInfo();
- const TargetRegisterClass* getRegClassForType(const Type* Ty) const;
/// Code Generation virtual methods...
void storeRegToStackSlot(MachineBasicBlock &MBB,