summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmt.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-09-29 00:00:41 +0000
committerEric Christopher <echristo@apple.com>2011-09-29 00:00:41 +0000
commitbfa4dc551218f79a6d2584bccf9e188a1567bbe3 (patch)
tree4d1a2b202997358bb359b0e490438e313ae82525 /clang/lib/CodeGen/CGStmt.cpp
parent4fd315ffbdbb4a175d729f08abea8b37e713996d (diff)
downloadbcm5719-llvm-bfa4dc551218f79a6d2584bccf9e188a1567bbe3.tar.gz
bcm5719-llvm-bfa4dc551218f79a6d2584bccf9e188a1567bbe3.zip
Rename EmitStopPoint in CGDebugInfo to EmitLocation. "stop points" don't
exist anymore. llvm-svn: 140739
Diffstat (limited to 'clang/lib/CodeGen/CGStmt.cpp')
-rw-r--r--clang/lib/CodeGen/CGStmt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGStmt.cpp b/clang/lib/CodeGen/CGStmt.cpp
index e070cc312a9..1cdb660fa32 100644
--- a/clang/lib/CodeGen/CGStmt.cpp
+++ b/clang/lib/CodeGen/CGStmt.cpp
@@ -35,7 +35,7 @@ void CodeGenFunction::EmitStopPoint(const Stmt *S) {
DI->setLocation(S->getLocEnd());
else
DI->setLocation(S->getLocStart());
- DI->EmitStopPoint(Builder);
+ DI->EmitLocation(Builder);
}
}
OpenPOWER on IntegriCloud