This gets most of the backends building with HP HappyC++.

llvm-svn: 25029
This commit is contained in:
Duraid Madina 2005-12-27 10:56:22 +00:00
parent 3f5aaf55b8
commit ccb1aebcd3
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@ void RegisterInfoEmitter::runHeader(std::ostream &OS) {
const std::string &TargetName = Target.getName();
std::string ClassName = TargetName + "GenRegisterInfo";
OS << "#include \"llvm/Target/MRegisterInfo.h\"\n\n";
OS << "#include \"llvm/Target/MRegisterInfo.h\"\n";
OS << "#include <string>\n\n";
OS << "namespace llvm {\n\n";