]> granicus.if.org Git - clang/commit
Recognize while(1) and avoid extra blocks.
authorDevang Patel <dpatel@apple.com>
Tue, 9 Oct 2007 20:51:27 +0000 (20:51 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 9 Oct 2007 20:51:27 +0000 (20:51 +0000)
commit2c30d8fee8981ca4f20a477456dae1b722b53f1d
tree9fb8b9ae408132c5d025fb01c00531a325f2f012
parenta2c534223dc6b81685d1323fedca53c54918bb66
Recognize while(1) and avoid extra blocks.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42811 91177308-0d34-0410-b5e6-96231b3b80d8
CodeGen/CGStmt.cpp
test/CodeGen/whilestmt.c [new file with mode: 0644]