summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/ABIInfo.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-07-14 23:10:40 +0000
committerOwen Anderson <resistor@mac.com>2009-07-14 23:10:40 +0000
commit170229f68d84a4f479474e1d4fe21f6e51c9a3ec (patch)
treedf2274c44c6de254cc78545a99c3e49f27cc0d93 /clang/lib/CodeGen/ABIInfo.h
parentb6b2530000366d6982736dd0d0cc3585b01cf37b (diff)
downloadbcm5719-llvm-170229f68d84a4f479474e1d4fe21f6e51c9a3ec.tar.gz
bcm5719-llvm-170229f68d84a4f479474e1d4fe21f6e51c9a3ec.zip
Update for LLVM API change, and contextify a bunch of related stuff.
llvm-svn: 75705
Diffstat (limited to 'clang/lib/CodeGen/ABIInfo.h')
-rw-r--r--clang/lib/CodeGen/ABIInfo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/ABIInfo.h b/clang/lib/CodeGen/ABIInfo.h
index 58e5a778cf3..c1a9481c4b1 100644
--- a/clang/lib/CodeGen/ABIInfo.h
+++ b/clang/lib/CodeGen/ABIInfo.h
@@ -17,6 +17,7 @@
namespace llvm {
class Type;
class Value;
+ class LLVMContext;
}
namespace clang {
@@ -128,7 +129,8 @@ namespace clang {
virtual ~ABIInfo();
virtual void computeInfo(CodeGen::CGFunctionInfo &FI,
- ASTContext &Ctx) const = 0;
+ ASTContext &Ctx,
+ llvm::LLVMContext &VMContext) const = 0;
/// EmitVAArg - Emit the target dependent code to load a value of
/// \arg Ty from the va_list pointed to by \arg VAListAddr.
OpenPOWER on IntegriCloud