Split ParameterAttributes.h, putting the complicated

stuff into ParamAttrsList.h.  Per feedback from
ParamAttrs changes.

llvm-svn: 47504
This commit is contained in:
Dale Johannesen
2008-02-22 22:17:59 +00:00
parent 60c140433b
commit 09f410b6d7
26 changed files with 791 additions and 763 deletions

View File

@@ -18,7 +18,7 @@
#include "llvm/InlineAsm.h"
#include "llvm/Instructions.h"
#include "llvm/Module.h"
#include "llvm/ParameterAttributes.h"
#include "llvm/ParamAttrsList.h"
#include "llvm/AutoUpgrade.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/MathExtras.h"