commit | 5321bc492b2f29deecb6cb0bc68b7887164ee8a6 | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@apple.com> | Thu Sep 29 00:00:41 2011 +0000 |
committer | Eric Christopher <echristo@apple.com> | Thu Sep 29 00:00:41 2011 +0000 |
tree | f50631ca3429910cda6f8d2bb8be7f9b9a59aceb | |
parent | 69a1b749ed44d59a86a9b10f21259b3a222ba068 [diff] [blame] |
Rename EmitStopPoint in CGDebugInfo to EmitLocation. "stop points" don't exist anymore. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140739 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/CGStmt.cpp b/lib/CodeGen/CGStmt.cpp index e070cc3..1cdb660 100644 --- a/lib/CodeGen/CGStmt.cpp +++ b/lib/CodeGen/CGStmt.cpp
@@ -35,7 +35,7 @@ DI->setLocation(S->getLocEnd()); else DI->setLocation(S->getLocStart()); - DI->EmitStopPoint(Builder); + DI->EmitLocation(Builder); } }