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
diff --git a/lib/CodeGen/CGCall.h b/lib/CodeGen/CGCall.h
index ffb9baa..53e20ba 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 @@
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.