diff options
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/CodeGen/branch-on-bool.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/clang/test/CodeGen/branch-on-bool.c b/clang/test/CodeGen/branch-on-bool.c index 78dae1b1fd7..98a3845fba2 100644 --- a/clang/test/CodeGen/branch-on-bool.c +++ b/clang/test/CodeGen/branch-on-bool.c @@ -12,11 +12,3 @@ void fold_if(int a, int b) { else bar(); } - -void fold_for(int a, int b) { - // CHECK: define {{.*}} @fold_for( - // CHECK-NOT: = phi - // CHECK: } - for (int i = 0; a && i < b; ++i) foo(); - for (int i = 0; a || i < b; ++i) bar(); -} |

