From f0e1b33f6c1e9ef85c1ecb23101a87cba5b6bebc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 15 Aug 2004 22:02:36 +0000 Subject: [PATCH] Remove helper method llvm-svn: 15776 --- include/llvm/CodeGen/MachineFrameInfo.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/llvm/CodeGen/MachineFrameInfo.h b/include/llvm/CodeGen/MachineFrameInfo.h index c30a88b2c3d..7ac582c75d1 100644 --- a/include/llvm/CodeGen/MachineFrameInfo.h +++ b/include/llvm/CodeGen/MachineFrameInfo.h @@ -197,10 +197,9 @@ public: } /// CreateStackObject - Create a stack object for a value of the specified - /// LLVM type or register class. + /// LLVM type. /// int CreateStackObject(const Type *Ty, const TargetData &TD); - int CreateStackObject(const TargetRegisterClass *RC); /// CreateVariableSizedObject - Notify the MachineFrameInfo object that a /// variable sized object has been created. This must be created whenever a