From 106604ea6dff253fb00c762264186201b7ccfef4 Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Sat, 28 Sep 2002 16:56:59 +0000 Subject: Simplified code that handles call args and rets, so it no longer needs the RegClass list to be passed in. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3964 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/TargetRegInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/llvm/Target/TargetRegInfo.h b/include/llvm/Target/TargetRegInfo.h index 0a1a63bf9a..712a9b7fb3 100644 --- a/include/llvm/Target/TargetRegInfo.h +++ b/include/llvm/Target/TargetRegInfo.h @@ -122,7 +122,7 @@ public: LiveRangeInfo &LRI) const = 0; virtual void suggestRegs4CallArgs(MachineInstr *CallI, - LiveRangeInfo &LRI, std::vector RCL) const = 0; + LiveRangeInfo &LRI) const = 0; virtual void suggestReg4RetValue(MachineInstr *RetI, LiveRangeInfo &LRI) const = 0; -- cgit v1.2.3-70-g09d2