From 429621cad000461601feab3b2204bf1159f85a6b Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Sun, 31 Mar 2002 18:58:49 +0000 Subject: [PATCH] Add method getCallInstIndirectAddrVal() to add call interference for this value. llvm-svn: 2072 --- llvm/include/llvm/Target/TargetRegInfo.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/llvm/include/llvm/Target/TargetRegInfo.h b/llvm/include/llvm/Target/TargetRegInfo.h index 5b3bf70c8bb5..5225fea677bf 100644 --- a/llvm/include/llvm/Target/TargetRegInfo.h +++ b/llvm/include/llvm/Target/TargetRegInfo.h @@ -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 //