diff options
author | Devang Patel <dpatel@apple.com> | 2008-09-24 01:01:36 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2008-09-24 01:01:36 +0000 |
commit | d0646bd7c11c12b34971b55e5c1bdd8439401b4c (patch) | |
tree | cf12bec8a837e08f660b0129f9f0706b7715e981 /lib/CodeGen/CGCall.h | |
parent | f143545ce5ce125e7c1aa6fca9df372bfb604e9c (diff) |
s/ParamAttrsWithIndex/FnAttributeWithIndex/g
Rename to match changes done on llvm side.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56537 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGCall.h')
-rw-r--r-- | lib/CodeGen/CGCall.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/CGCall.h b/lib/CodeGen/CGCall.h index ffb9baaebb..53e20ba599 100644 --- a/lib/CodeGen/CGCall.h +++ b/lib/CodeGen/CGCall.h @@ -21,7 +21,7 @@ namespace llvm { class Function; - struct ParamAttrsWithIndex; + struct FnAttributeWithIndex; class Value; template<typename T, unsigned> class SmallVector; @@ -35,7 +35,7 @@ namespace clang { class VarDecl; namespace CodeGen { - typedef llvm::SmallVector<llvm::ParamAttrsWithIndex, 8> ParamAttrListType; + typedef llvm::SmallVector<llvm::FnAttributeWithIndex, 8> ParamAttrListType; /// CallArgList - Type for representing both the value and type of /// arguments in a call. |