One additional field in TargetRegisterDesc.

llvm-svn: 37760
This commit is contained in:
Evan Cheng 2007-06-27 17:09:34 +00:00
parent 0eb265729a
commit 59e5e118ac
1 changed files with 1 additions and 1 deletions

View File

@ -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.