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:
10c044e
)
Delete dead code. Nothing ever instantiates this.
author
Jim Grosbach
<grosbach@apple.com>
Thu, 27 Oct 2011 21:59:17 +0000
(21:59 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Thu, 27 Oct 2011 21:59:17 +0000
(21:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143153
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/RegisterInfoEmitter.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/RegisterInfoEmitter.cpp
b/utils/TableGen/RegisterInfoEmitter.cpp
index c96a2a3400075e434022d8f453c6144b25685a8b..d228f72cf3e6a6e3fad35f6c180c56c77295c5e8 100644
(file)
--- a/
utils/TableGen/RegisterInfoEmitter.cpp
+++ b/
utils/TableGen/RegisterInfoEmitter.cpp
@@
-253,10
+253,6
@@
RegisterInfoEmitter::runMCDesc(raw_ostream &OS, CodeGenTarget &Target,
OS << "namespace llvm {\n\n";
const std::string &TargetName = Target.getName();
- std::string ClassName = TargetName + "GenMCRegisterInfo";
- OS << "struct " << ClassName << " : public MCRegisterInfo {\n"
- << " explicit " << ClassName << "(const MCRegisterDesc *D);\n";
- OS << "};\n";
OS << "\nnamespace {\n";