mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 07:34:06 +00:00
Eliminate unused class
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9270 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3b237fcd38
commit
a626e0242e
@ -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<InstPlaceHolderHelper> ValuePlaceHolder;
|
||||||
typedef PlaceholderValue<BBPlaceHolderHelper> BBPlaceHolder;
|
typedef PlaceholderValue<BBPlaceHolderHelper> BBPlaceHolder;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user