Delete an unused field.
authorDan Gohman <gohman@apple.com>
Fri, 17 Apr 2009 20:03:31 +0000 (20:03 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 17 Apr 2009 20:03:31 +0000 (20:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69375 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetRegisterInfo.h

index 92f709fbb83e2376a086e328abd6f69bb5bf9304..8229bccc0f84c6ccc41d7a2de1fd42d92f7fae54 100644 (file)
@@ -58,7 +58,6 @@ public:
 private:
   unsigned ID;
   const char *Name;
-  bool  isSubClass;
   const vt_iterator VTs;
   const sc_iterator SubClasses;
   const sc_iterator SuperClasses;