forked from OSchip/llvm-project
One additional field in TargetRegisterDesc.
llvm-svn: 37760
This commit is contained in:
parent
0eb265729a
commit
59e5e118ac
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue