summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-08-15 22:02:36 +0000
committerChris Lattner <sabre@nondot.org>2004-08-15 22:02:36 +0000
commit913cbd65dcb4de1287e740536a0c67f478e0b61a (patch)
tree68d4210fb5526398603a0a2e7680314c04791d14 /include/llvm/CodeGen
parent26eb14ba51c8eccdb3ac69370c6ac859d3be34a4 (diff)
downloadllvm-913cbd65dcb4de1287e740536a0c67f478e0b61a.tar.gz
llvm-913cbd65dcb4de1287e740536a0c67f478e0b61a.tar.bz2
llvm-913cbd65dcb4de1287e740536a0c67f478e0b61a.tar.xz
Remove helper method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15776 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/MachineFrameInfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/MachineFrameInfo.h b/include/llvm/CodeGen/MachineFrameInfo.h
index c30a88b2c3..7ac582c75d 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