diff options
Diffstat (limited to 'lib/CodeGen/ABIInfo.h')
| -rw-r--r-- | lib/CodeGen/ABIInfo.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/ABIInfo.h b/lib/CodeGen/ABIInfo.h index e4dce2f2a004..575506da84d4 100644 --- a/lib/CodeGen/ABIInfo.h +++ b/lib/CodeGen/ABIInfo.h @@ -24,6 +24,7 @@ namespace llvm {  namespace clang {    class ASTContext; +  class CodeGenOptions;    class TargetInfo;  namespace CodeGen { @@ -68,6 +69,7 @@ namespace swiftcall {      llvm::LLVMContext &getVMContext() const;      const llvm::DataLayout &getDataLayout() const;      const TargetInfo &getTarget() const; +    const CodeGenOptions &getCodeGenOpts() const;      /// Return the calling convention to use for system runtime      /// functions.  | 
