1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

getResultPos() is dead.

llvm-svn: 15484
This commit is contained in:
Brian Gaeke 2004-08-04 08:06:30 +00:00
parent bcf97189e3
commit 69f47e236f

View File

@ -180,9 +180,6 @@ public:
//
//-------------------------------------------------------------------------
int getResultPos(MachineOpCode Opcode) const {
return get(Opcode).resultPos;
}
unsigned getNumDelaySlots(MachineOpCode Opcode) const {
return get(Opcode).numDelaySlots;
}