mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 02:33:53 +00:00
Remove dead code. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216201 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ad3c6289b6
commit
8d1b742f7f
@ -27,14 +27,6 @@ using namespace llvm;
|
|||||||
// Wrapping the C bindings types.
|
// Wrapping the C bindings types.
|
||||||
DEFINE_SIMPLE_CONVERSION_FUNCTIONS(GenericValue, LLVMGenericValueRef)
|
DEFINE_SIMPLE_CONVERSION_FUNCTIONS(GenericValue, LLVMGenericValueRef)
|
||||||
|
|
||||||
inline TargetLibraryInfo *unwrap(LLVMTargetLibraryInfoRef P) {
|
|
||||||
return reinterpret_cast<TargetLibraryInfo*>(P);
|
|
||||||
}
|
|
||||||
|
|
||||||
inline LLVMTargetLibraryInfoRef wrap(const TargetLibraryInfo *P) {
|
|
||||||
TargetLibraryInfo *X = const_cast<TargetLibraryInfo*>(P);
|
|
||||||
return reinterpret_cast<LLVMTargetLibraryInfoRef>(X);
|
|
||||||
}
|
|
||||||
|
|
||||||
inline LLVMTargetMachineRef wrap(const TargetMachine *P) {
|
inline LLVMTargetMachineRef wrap(const TargetMachine *P) {
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user