summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCall.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-09-24 01:01:36 +0000
committerDevang Patel <dpatel@apple.com>2008-09-24 01:01:36 +0000
commit3e1f51b53ff0daba0d876db2bbf0856622d593f1 (patch)
tree599ecff871bc3fb1ab21f608f427c397ff074f58 /clang/lib/CodeGen/CGCall.h
parent6402c7236f24785cb56ab4db7275c80b16981ed5 (diff)
downloadbcm5719-llvm-3e1f51b53ff0daba0d876db2bbf0856622d593f1.tar.gz
bcm5719-llvm-3e1f51b53ff0daba0d876db2bbf0856622d593f1.zip
s/ParamAttrsWithIndex/FnAttributeWithIndex/g
Rename to match changes done on llvm side. llvm-svn: 56537
Diffstat (limited to 'clang/lib/CodeGen/CGCall.h')
-rw-r--r--clang/lib/CodeGen/CGCall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGCall.h b/clang/lib/CodeGen/CGCall.h
index ffb9baaebb5..53e20ba5996 100644
--- a/clang/lib/CodeGen/CGCall.h
+++ b/clang/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.
OpenPOWER on IntegriCloud