[llvm-commits] [llvm] r69375 - /llvm/trunk/include/llvm/Target/TargetRegisterInfo.h
Dan Gohman
gohman at apple.com
Fri Apr 17 13:03:32 PDT 2009
Author: djg
Date: Fri Apr 17 15:03:31 2009
New Revision: 69375
URL: http://llvm.org/viewvc/llvm-project?rev=69375&view=rev
Log:
Delete an unused field.
Modified:
llvm/trunk/include/llvm/Target/TargetRegisterInfo.h
Modified: llvm/trunk/include/llvm/Target/TargetRegisterInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetRegisterInfo.h?rev=69375&r1=69374&r2=69375&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetRegisterInfo.h (original)
+++ llvm/trunk/include/llvm/Target/TargetRegisterInfo.h Fri Apr 17 15:03:31 2009
@@ -58,7 +58,6 @@
private:
unsigned ID;
const char *Name;
- bool isSubClass;
const vt_iterator VTs;
const sc_iterator SubClasses;
const sc_iterator SuperClasses;
More information about the llvm-commits
mailing list