aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGCall.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/CGCall.h')
-rw-r--r--lib/CodeGen/CGCall.h4
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.