summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm2cpp
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2008-02-22 22:17:59 +0000
committerDale Johannesen <dalej@apple.com>2008-02-22 22:17:59 +0000
commit09f410b6d7717032cc0b2e5adf9aafe05f703df8 (patch)
tree8a0ace253aa793746625eea00d9d213315a606c4 /llvm/tools/llvm2cpp
parent60c140433b255c53fd69f73c4517e6bf2e769959 (diff)
downloadbcm5719-llvm-09f410b6d7717032cc0b2e5adf9aafe05f703df8.tar.gz
bcm5719-llvm-09f410b6d7717032cc0b2e5adf9aafe05f703df8.zip
Split ParameterAttributes.h, putting the complicated
stuff into ParamAttrsList.h. Per feedback from ParamAttrs changes. llvm-svn: 47504
Diffstat (limited to 'llvm/tools/llvm2cpp')
-rw-r--r--llvm/tools/llvm2cpp/CppWriter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvm2cpp/CppWriter.cpp b/llvm/tools/llvm2cpp/CppWriter.cpp
index 81911fd2975..45810c36d0f 100644
--- a/llvm/tools/llvm2cpp/CppWriter.cpp
+++ b/llvm/tools/llvm2cpp/CppWriter.cpp
@@ -18,7 +18,7 @@
#include "llvm/InlineAsm.h"
#include "llvm/Instruction.h"
#include "llvm/Instructions.h"
-#include "llvm/ParameterAttributes.h"
+#include "llvm/ParamAttrsList.h"
#include "llvm/Module.h"
#include "llvm/TypeSymbolTable.h"
#include "llvm/ADT/StringExtras.h"
@@ -1748,7 +1748,7 @@ void CppWriter::printProgram(
Out << "#include <llvm/BasicBlock.h>\n";
Out << "#include <llvm/Instructions.h>\n";
Out << "#include <llvm/InlineAsm.h>\n";
- Out << "#include <llvm/ParameterAttributes.h>\n";
+ Out << "#include <llvm/ParamAttrsList.h>\n";
Out << "#include <llvm/Support/MathExtras.h>\n";
Out << "#include <llvm/Pass.h>\n";
Out << "#include <llvm/PassManager.h>\n";
OpenPOWER on IntegriCloud