From ba3fa6c6e15d0db6205a52f2f080bad10f093430 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Tue, 23 Sep 2008 23:03:40 +0000 Subject: s/ParameterAttributes/Attributes/g llvm-svn: 56513 --- llvm/lib/AsmParser/ParserInternals.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'llvm/lib/AsmParser/ParserInternals.h') diff --git a/llvm/lib/AsmParser/ParserInternals.h b/llvm/lib/AsmParser/ParserInternals.h index cc35038a418..168d9baa3a0 100644 --- a/llvm/lib/AsmParser/ParserInternals.h +++ b/llvm/lib/AsmParser/ParserInternals.h @@ -17,7 +17,7 @@ #include "llvm/Constants.h" #include "llvm/DerivedTypes.h" -#include "llvm/ParameterAttributes.h" +#include "llvm/Attributes.h" #include "llvm/Function.h" #include "llvm/Instructions.h" #include "llvm/Assembly/Parser.h" @@ -232,13 +232,13 @@ struct ValID { struct TypeWithAttrs { llvm::PATypeHolder *Ty; - ParameterAttributes Attrs; + Attributes Attrs; }; typedef std::vector TypeWithAttrsList; struct ArgListEntry { - ParameterAttributes Attrs; + Attributes Attrs; llvm::PATypeHolder *Ty; std::string *Name; }; @@ -247,7 +247,7 @@ typedef std::vector ArgListType; struct ParamListEntry { Value *Val; - ParameterAttributes Attrs; + Attributes Attrs; }; typedef std::vector ParamList; -- cgit v1.2.3