From 761d7f78e2dac7ea5f35828c2271e60d91e106ce Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Thu, 25 Sep 2008 21:02:23 +0000 Subject: Large mechanical patch. s/ParamAttr/Attribute/g s/PAList/AttrList/g s/FnAttributeWithIndex/AttributeWithIndex/g s/FnAttr/Attribute/g This sets the stage - to implement function notes as function attributes and - to distinguish between function attributes and return value attributes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56623 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGCall.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/CodeGen/CGCall.h') diff --git a/lib/CodeGen/CGCall.h b/lib/CodeGen/CGCall.h index 53e20ba599..744344a7ac 100644 --- a/lib/CodeGen/CGCall.h +++ b/lib/CodeGen/CGCall.h @@ -21,7 +21,7 @@ namespace llvm { class Function; - struct FnAttributeWithIndex; + struct AttributeWithIndex; class Value; template class SmallVector; @@ -35,7 +35,7 @@ namespace clang { class VarDecl; namespace CodeGen { - typedef llvm::SmallVector ParamAttrListType; + typedef llvm::SmallVector AttributeListType; /// CallArgList - Type for representing both the value and type of /// arguments in a call. -- cgit v1.2.1