forked from OSchip/llvm-project
This gets most of the backends building with HP HappyC++.
llvm-svn: 25029
This commit is contained in:
parent
3f5aaf55b8
commit
ccb1aebcd3
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue