Add method getCallInstIndirectAddrVal() to add call interference

for this value.

llvm-svn: 2072
This commit is contained in:
Vikram S. Adve 2002-03-31 18:58:49 +00:00
parent c533f04176
commit 429621cad0
1 changed files with 3 additions and 1 deletions

View File

@ -174,9 +174,11 @@ public:
//
virtual int getRegType(const LiveRange *LR) const = 0;
// Gives the return value contained in a CALL machine instruction
// To obtain the return value and the indirect call address (if any)
// contained in a CALL machine instruction
//
virtual const Value *getCallInstRetVal(const MachineInstr *CallMI) const = 0;
virtual const Value *getCallInstIndirectAddrVal(const MachineInstr *CallMI) const = 0;
// The following methods are used to get the frame/stack pointers
//