summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/TargetInfo.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/TargetInfo.h
parentb8fa6541645e63e9983e0fff34cf4318d18bc420 (diff)
downloadbcm5719-llvm-12f235215275daa6a1000cfdd5176bd999db36be.tar.gz
bcm5719-llvm-12f235215275daa6a1000cfdd5176bd999db36be.zip
IRGen-level lowering for the Swift calling convention.
llvm-svn: 265324
Diffstat (limited to 'clang/lib/CodeGen/TargetInfo.h')
-rw-r--r--clang/lib/CodeGen/TargetInfo.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/TargetInfo.h b/clang/lib/CodeGen/TargetInfo.h
index 87b47049862..71f6b0a4c5c 100644
--- a/clang/lib/CodeGen/TargetInfo.h
+++ b/clang/lib/CodeGen/TargetInfo.h
@@ -29,15 +29,14 @@ class Value;
}
namespace clang {
-class ABIInfo;
class Decl;
namespace CodeGen {
+class ABIInfo;
class CallArgList;
class CodeGenModule;
class CodeGenFunction;
class CGFunctionInfo;
-}
/// TargetCodeGenInfo - This class organizes various target-specific
/// codegeneration issues, like target-specific attributes, builtins and so
@@ -219,6 +218,8 @@ public:
llvm::StringRef Value,
llvm::SmallString<32> &Opt) const {}
};
+
+} // namespace CodeGen
} // namespace clang
#endif // LLVM_CLANG_LIB_CODEGEN_TARGETINFO_H
OpenPOWER on IntegriCloud