summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-07-20 22:20:10 +0000
committerDevang Patel <dpatel@apple.com>2010-07-20 22:20:10 +0000
commit11a42a465511f65030474b789442f214df7c2d95 (patch)
tree6d5e996d7dafb26f895f34be1da9602317473535 /clang/lib/CodeGen/CodeGenFunction.cpp
parent5ca516b87c95cd70d403180ed28e41f039edb4c9 (diff)
downloadbcm5719-llvm-11a42a465511f65030474b789442f214df7c2d95.tar.gz
bcm5719-llvm-11a42a465511f65030474b789442f214df7c2d95.zip
Remove unused argument.
llvm-svn: 108946
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp
index eb6c4361be8..baa8c6d58b7 100644
--- a/clang/lib/CodeGen/CodeGenFunction.cpp
+++ b/clang/lib/CodeGen/CodeGenFunction.cpp
@@ -139,7 +139,7 @@ void CodeGenFunction::FinishFunction(SourceLocation EndLoc) {
// Emit debug descriptor for function end.
if (CGDebugInfo *DI = getDebugInfo()) {
DI->setLocation(EndLoc);
- DI->EmitRegionEnd(CurFn, Builder);
+ DI->EmitRegionEnd(Builder);
}
EmitFunctionEpilog(*CurFnInfo);
OpenPOWER on IntegriCloud