diff options
author | John McCall <rjmccall@apple.com> | 2016-04-04 18:33:08 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2016-04-04 18:33:08 +0000 |
commit | 12f235215275daa6a1000cfdd5176bd999db36be (patch) | |
tree | 6f718aa8c27e43f843433b260332ae70ef739b60 /clang/lib/CodeGen/CodeGenModule.h | |
parent | b8fa6541645e63e9983e0fff34cf4318d18bc420 (diff) | |
download | llvm-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/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 8e662c25..f76f0ba 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -49,7 +49,6 @@ class IndexedInstrProfReader; } namespace clang { -class TargetCodeGenInfo; class ASTContext; class AtomicType; class FunctionDecl; @@ -93,6 +92,7 @@ class CGCUDARuntime; class BlockFieldFlags; class FunctionArgList; class CoverageMappingModuleGen; +class TargetCodeGenInfo; struct OrderGlobalInits { unsigned int priority; |