mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 11:38:04 +08:00
remove commented out code.
llvm-svn: 181372
This commit is contained in:
@@ -38,8 +38,7 @@ void CodeGenFunction::EmitStopPoint(const Stmt *S) {
|
||||
Loc = S->getLocStart();
|
||||
DI->EmitLocation(Builder, Loc);
|
||||
|
||||
//if (++NumStopPoints == 1)
|
||||
LastStopPoint = Loc;
|
||||
LastStopPoint = Loc;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user