diff options
Diffstat (limited to 'clang/lib/CodeGen/CGCall.h')
-rw-r--r-- | clang/lib/CodeGen/CGCall.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGCall.h b/clang/lib/CodeGen/CGCall.h index 53e20ba5996..744344a7acc 100644 --- a/clang/lib/CodeGen/CGCall.h +++ b/clang/lib/CodeGen/CGCall.h @@ -21,7 +21,7 @@ namespace llvm { class Function; - struct FnAttributeWithIndex; + struct AttributeWithIndex; class Value; template<typename T, unsigned> class SmallVector; @@ -35,7 +35,7 @@ namespace clang { class VarDecl; namespace CodeGen { - typedef llvm::SmallVector<llvm::FnAttributeWithIndex, 8> ParamAttrListType; + typedef llvm::SmallVector<llvm::AttributeWithIndex, 8> AttributeListType; /// CallArgList - Type for representing both the value and type of /// arguments in a call. |