LLVM requires two PHI entries if a previous bblock branches to the current bblock...
commit50d820a9f7400e47694b6da5b01f949ee2ef7bfb
authorZoltan Varga <vargaz@gmail.com>
Tue, 9 Aug 2011 19:39:34 +0000 (9 21:39 +0200)
committerZoltan Varga <vargaz@gmail.com>
Tue, 9 Aug 2011 19:39:34 +0000 (9 21:39 +0200)
tree637b569754d43c3590b2924605c7207cea0818bb
parent2a6011640d66f9009c02eedc363cc4fa30e73d1b
LLVM requires two PHI entries if a previous bblock branches to the current bblock using a conditional branch whose two targets are the same. Fixes #171.
mono/mini/iltests.il.in
mono/mini/mini-llvm.c