From 95652c7ccb57de370db1c8877b76f18bb48256aa Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Tue, 7 May 2013 22:26:03 +0000 Subject: [PATCH] remove commented out code. llvm-svn: 181372 --- clang/lib/CodeGen/CGStmt.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clang/lib/CodeGen/CGStmt.cpp b/clang/lib/CodeGen/CGStmt.cpp index 5e2ebe0d9cd4..69c02ee23d83 100644 --- a/clang/lib/CodeGen/CGStmt.cpp +++ b/clang/lib/CodeGen/CGStmt.cpp @@ -38,8 +38,7 @@ void CodeGenFunction::EmitStopPoint(const Stmt *S) { Loc = S->getLocStart(); DI->EmitLocation(Builder, Loc); - //if (++NumStopPoints == 1) - LastStopPoint = Loc; + LastStopPoint = Loc; } }