summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCall.cpp
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/CGCall.cpp
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/CGCall.cpp')
-rw-r--r--clang/lib/CodeGen/CGCall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGCall.cpp b/clang/lib/CodeGen/CGCall.cpp
index 97391bc620b..88a5eeb68e1 100644
--- a/clang/lib/CodeGen/CGCall.cpp
+++ b/clang/lib/CodeGen/CGCall.cpp
@@ -118,7 +118,7 @@ const CGFunctionInfo &CodeGenTypes::getFunctionInfo(QualType ResTy,
FunctionInfos.InsertNode(FI, InsertPos);
// Compute ABI information.
- getABIInfo().computeInfo(*FI, getContext());
+ getABIInfo().computeInfo(*FI, getContext(), TheModule.getContext());
return *FI;
}
OpenPOWER on IntegriCloud