aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2016-04-04 18:33:08 +0000
committerJohn McCall <rjmccall@apple.com>2016-04-04 18:33:08 +0000
commit12f235215275daa6a1000cfdd5176bd999db36be (patch)
tree6f718aa8c27e43f843433b260332ae70ef739b60 /clang/lib/CodeGen/CodeGenFunction.h
parentb8fa6541645e63e9983e0fff34cf4318d18bc420 (diff)
downloadllvm-12f235215275daa6a1000cfdd5176bd999db36be.zip
llvm-12f235215275daa6a1000cfdd5176bd999db36be.tar.gz
llvm-12f235215275daa6a1000cfdd5176bd999db36be.tar.bz2
IRGen-level lowering for the Swift calling convention.
llvm-svn: 265324
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index c4e5ecd..c21fd1d 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -68,7 +68,6 @@ class ObjCMethodDecl;
class ObjCImplementationDecl;
class ObjCPropertyImplDecl;
class TargetInfo;
-class TargetCodeGenInfo;
class VarDecl;
class ObjCForCollectionStmt;
class ObjCAtTryStmt;
@@ -86,6 +85,7 @@ class BlockByrefHelpers;
class BlockByrefInfo;
class BlockFlags;
class BlockFieldFlags;
+class TargetCodeGenInfo;
/// The kind of evaluation to perform on values of a particular
/// type. Basically, is the code in CGExprScalar, CGExprComplex, or
@@ -3110,7 +3110,7 @@ private:
///
/// \param AI - The first function argument of the expansion.
void ExpandTypeFromArgs(QualType Ty, LValue Dst,
- SmallVectorImpl<llvm::Argument *>::iterator &AI);
+ SmallVectorImpl<llvm::Value *>::iterator &AI);
/// ExpandTypeToArgs - Expand an RValue \arg RV, with the LLVM type for \arg
/// Ty, into individual arguments on the provided vector \arg IRCallArgs,