summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmt.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2013-05-07 22:26:03 +0000
committerAdrian Prantl <aprantl@apple.com>2013-05-07 22:26:03 +0000
commit95652c7ccb57de370db1c8877b76f18bb48256aa (patch)
treef22c9a76a450fd84c8c8b5612b72d7a515c77bbf /clang/lib/CodeGen/CGStmt.cpp
parente1234ee489520eb174aa65212b43da89e3d5942a (diff)
downloadbcm5719-llvm-95652c7ccb57de370db1c8877b76f18bb48256aa.tar.gz
bcm5719-llvm-95652c7ccb57de370db1c8877b76f18bb48256aa.zip
remove commented out code.
llvm-svn: 181372
Diffstat (limited to 'clang/lib/CodeGen/CGStmt.cpp')
-rw-r--r--clang/lib/CodeGen/CGStmt.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGStmt.cpp b/clang/lib/CodeGen/CGStmt.cpp
index 5e2ebe0d9cd..69c02ee23d8 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;
}
}
OpenPOWER on IntegriCloud