diff options
Diffstat (limited to 'lib/Target/Blackfin/BlackfinIntrinsicInfo.cpp')
| -rw-r--r-- | lib/Target/Blackfin/BlackfinIntrinsicInfo.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Blackfin/BlackfinIntrinsicInfo.cpp b/lib/Target/Blackfin/BlackfinIntrinsicInfo.cpp index ae8ee9e..34a8d38 100644 --- a/lib/Target/Blackfin/BlackfinIntrinsicInfo.cpp +++ b/lib/Target/Blackfin/BlackfinIntrinsicInfo.cpp @@ -83,7 +83,7 @@ bool BlackfinIntrinsicInfo::isOverloaded(unsigned IntrID) const {  static const FunctionType *getType(LLVMContext &Context, unsigned id) {    const Type *ResultTy = NULL; -  std::vector<Type*> ArgTys; +  std::vector<const Type*> ArgTys;    bool IsVarArg = false;  #define GET_INTRINSIC_GENERATOR  | 
