mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
add another method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25616 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0e538791b8
commit
867335c339
@ -59,6 +59,13 @@ public:
|
||||
virtual void print(std::ostream &O) const { print(O, 0); }
|
||||
void print(std::ostream &OS, AssemblyAnnotationWriter *AAW) const;
|
||||
|
||||
/// Verify - This static method can be used by the parser to check to see if
|
||||
/// the specified constraint string is legal for the type. This returns true
|
||||
/// if legal, false if not.
|
||||
///
|
||||
static bool Verify(const FunctionType *Ty, const std::string &Constraints);
|
||||
|
||||
|
||||
// Methods for support type inquiry through isa, cast, and dyn_cast:
|
||||
static inline bool classof(const InlineAsm *) { return true; }
|
||||
static inline bool classof(const Value *V) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user