mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
remove some incorrect classof's.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45893 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bfc5ae6df0
commit
2769f6fc59
@ -1543,7 +1543,6 @@ public:
|
||||
MVT::ValueType getLoadedVT() const { return LoadedVT; }
|
||||
|
||||
static bool classof(const LoadSDNode *) { return true; }
|
||||
static bool classof(const LSBaseSDNode *N) { return true; }
|
||||
static bool classof(const SDNode *N) {
|
||||
return N->getOpcode() == ISD::LOAD;
|
||||
}
|
||||
@ -1586,7 +1585,6 @@ public:
|
||||
MVT::ValueType getStoredVT() const { return StoredVT; }
|
||||
|
||||
static bool classof(const StoreSDNode *) { return true; }
|
||||
static bool classof(const LSBaseSDNode *N) { return true; }
|
||||
static bool classof(const SDNode *N) {
|
||||
return N->getOpcode() == ISD::STORE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user