forked from OSchip/llvm-project
parent
e1234ee489
commit
95652c7ccb
|
@ -38,8 +38,7 @@ void CodeGenFunction::EmitStopPoint(const Stmt *S) {
|
||||||
Loc = S->getLocStart();
|
Loc = S->getLocStart();
|
||||||
DI->EmitLocation(Builder, Loc);
|
DI->EmitLocation(Builder, Loc);
|
||||||
|
|
||||||
//if (++NumStopPoints == 1)
|
LastStopPoint = Loc;
|
||||||
LastStopPoint = Loc;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue