Kill off CGCallInfo, always use CGFunctionInfo for encapsulating
function/call info.
llvm-svn: 63466
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h
index 0bd0e2c..724ca28 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/lib/CodeGen/CodeGenModule.h
@@ -247,8 +247,7 @@
bool ReturnTypeUsesSret(QualType RetTy);
void ConstructAttributeList(const Decl *TargetDecl,
- const ArgTypeIterator begin,
- const ArgTypeIterator end,
+ const CGFunctionInfo &Info,
AttributeListType &PAL);
private: