projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f595bb
)
Delete an unused field.
author
Dan Gohman
<gohman@apple.com>
Fri, 17 Apr 2009 20:03:31 +0000
(20:03 +0000)
committer
Dan 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
patch
|
blob
|
history
diff --git
a/include/llvm/Target/TargetRegisterInfo.h
b/include/llvm/Target/TargetRegisterInfo.h
index 92f709fbb83e2376a086e328abd6f69bb5bf9304..8229bccc0f84c6ccc41d7a2de1fd42d92f7fae54 100644
(file)
--- a/
include/llvm/Target/TargetRegisterInfo.h
+++ b/
include/llvm/Target/TargetRegisterInfo.h
@@
-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;