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:
7b317d2
)
One additional field in TargetRegisterDesc.
author
Evan Cheng
<evan.cheng@apple.com>
Wed, 27 Jun 2007 17:09:34 +0000
(17:09 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Wed, 27 Jun 2007 17:09:34 +0000
(17:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37760
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 9a1ef8594b9c08fdebd8536eaa7f2971838c65cd..378671d0fc96fd11c3c5d84e41e9b50a2614039f 100644
(file)
--- a/
utils/TableGen/RegisterInfoEmitter.cpp
+++ b/
utils/TableGen/RegisterInfoEmitter.cpp
@@
-468,7
+468,7
@@
void RegisterInfoEmitter::run(std::ostream &OS) {
}
OS<<"\n const TargetRegisterDesc RegisterDescriptors[] = { // Descriptors\n";
- OS << " { \"NOREG\",\t0,\t0,\t0 },\n";
+ OS << " { \"NOREG\",\t0,\t0,\t0
,\t0
},\n";
// Now that register alias and sub-registers sets have been emitted, emit the
// register descriptors now.