mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Remove some dead functions, patch by Ryan Flynn!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75664 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8be6cb5b0f
commit
5e25dd388c
@ -48,7 +48,6 @@ struct FixedNumOperandTraits {
|
||||
overlay(); // DO NOT IMPLEMENT
|
||||
};
|
||||
};
|
||||
static inline void *allocate(unsigned); // FIXME
|
||||
};
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
@ -81,7 +80,6 @@ struct VariadicOperandTraits {
|
||||
static unsigned operands(const User *U) {
|
||||
return U->getNumOperands();
|
||||
}
|
||||
static inline void *allocate(unsigned); // FIXME
|
||||
};
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
@ -109,7 +107,6 @@ struct HungoffOperandTraits {
|
||||
static unsigned operands(const User *U) {
|
||||
return U->getNumOperands();
|
||||
}
|
||||
static inline void *allocate(unsigned); // FIXME
|
||||
};
|
||||
|
||||
/// Macro for generating in-class operand accessor declarations.
|
||||
|
@ -41,7 +41,6 @@ struct OperandTraits<User> {
|
||||
struct Layout {
|
||||
typedef U overlay;
|
||||
};
|
||||
static inline void *allocate(unsigned);
|
||||
};
|
||||
|
||||
class User : public Value {
|
||||
|
Loading…
Reference in New Issue
Block a user