diff options
author | Dale Johannesen <dalej@apple.com> | 2008-02-22 22:17:59 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2008-02-22 22:17:59 +0000 |
commit | 09f410b6d7717032cc0b2e5adf9aafe05f703df8 (patch) | |
tree | 8a0ace253aa793746625eea00d9d213315a606c4 /llvm/lib/VMCore/ParameterAttributes.cpp | |
parent | 60c140433b255c53fd69f73c4517e6bf2e769959 (diff) | |
download | bcm5719-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/lib/VMCore/ParameterAttributes.cpp')
-rw-r--r-- | llvm/lib/VMCore/ParameterAttributes.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/VMCore/ParameterAttributes.cpp b/llvm/lib/VMCore/ParameterAttributes.cpp index f67e60d5032..2f754306bab 100644 --- a/llvm/lib/VMCore/ParameterAttributes.cpp +++ b/llvm/lib/VMCore/ParameterAttributes.cpp @@ -1,4 +1,4 @@ -//===-- ParameterAttributes.cpp - Implement ParameterAttrs ----------------===// +//===-- ParameterAttributes.cpp - Implement ParamAttrsList ----------------===// // // The LLVM Compiler Infrastructure // @@ -11,7 +11,7 @@ // //===----------------------------------------------------------------------===// -#include "llvm/ParameterAttributes.h" +#include "llvm/ParamAttrsList.h" #include "llvm/DerivedTypes.h" #include "llvm/Support/ManagedStatic.h" #include <sstream> |