1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-01 18:33:56 +00:00

with the previous refactoring, fixme fixed!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77805 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-08-01 21:21:43 +00:00
parent 5d6554255b
commit 423d190dbe

@ -127,9 +127,6 @@ protected:
public:
// FIXME: REMOVE.
Kind getKind() const { return K; }
bool isMetadata() const { return K == Metadata; }
bool isText() const { return K == Text; }