Fix comment.

llvm-svn: 68236
This commit is contained in:
Ted Kremenek 2009-04-01 19:43:28 +00:00
parent 35b0c52add
commit 95af35e251
1 changed files with 1 additions and 1 deletions

View File

@ -784,7 +784,7 @@ static void GenExtAddEdge(PathDiagnostic& PD,
if (NewLoc == PrevLoc)
return;
// Are we jumping between statements with the same compound statement?
// Are we jumping between statements within the same compound statement?
if (!allowBlockJump)
if (const Stmt *PS = PrevLoc.asStmt())
if (const Stmt *NS = NewLoc.asStmt()) {