summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-19 21:39:41 +0000
committerChris Lattner <sabre@nondot.org>2003-10-19 21:39:41 +0000
commit24c67e85530c1db1bf8b7099557bee944b60a1a6 (patch)
tree26dc7db1ea232dccc2199453481b0b70eca36bb8 /llvm
parentb94550e5372c3e5a8738dffd6e4407011a1590ef (diff)
downloadbcm5719-llvm-24c67e85530c1db1bf8b7099557bee944b60a1a6.tar.gz
bcm5719-llvm-24c67e85530c1db1bf8b7099557bee944b60a1a6.zip
Eliminate unused class
llvm-svn: 9270
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/AsmParser/ParserInternals.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/AsmParser/ParserInternals.h b/llvm/lib/AsmParser/ParserInternals.h
index 47696289dad..6c3d9a0e47e 100644
--- a/llvm/lib/AsmParser/ParserInternals.h
+++ b/llvm/lib/AsmParser/ParserInternals.h
@@ -175,11 +175,6 @@ struct BBPlaceHolderHelper : public BasicBlock {
}
};
-struct MethPlaceHolderHelper : public Function {
- MethPlaceHolderHelper(const Type *Ty)
- : Function(cast<FunctionType>(Ty), InternalLinkage) {}
-};
-
typedef PlaceholderValue<InstPlaceHolderHelper> ValuePlaceHolder;
typedef PlaceholderValue<BBPlaceHolderHelper> BBPlaceHolder;
OpenPOWER on IntegriCloud