Revise bogus comment I just committed.

llvm-svn: 60522
This commit is contained in:
Ted Kremenek 2008-12-04 02:07:20 +00:00
parent 4cef8c2d58
commit 4a3f1efd25
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ void f4() {
int a;
if (global.data == 0)
a = 3;
if (global.data == 0) // The true branch is infeasible.
if (global.data == 0) // When the true branch is feasible 'a = 3'.
g(a); // no-warning
}