forked from OSchip/llvm-project
Add comment to test case for documentation.
llvm-svn: 60521
This commit is contained in:
parent
8e8cc81aec
commit
4cef8c2d58
|
@ -12,6 +12,6 @@ void f4() {
|
|||
int a;
|
||||
if (global.data == 0)
|
||||
a = 3;
|
||||
if (global.data == 0)
|
||||
if (global.data == 0) // The true branch is infeasible.
|
||||
g(a); // no-warning
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue