blob: 5fcdbbbe53b25f2c7b834356195808c074933bfe [file] [log] [blame]
Eli Friedmanc93943b2011-05-17 02:36:59 +00001; RUN: llc < %s -fast-isel -march=x86 | grep and
Evan Chengdebdea02008-09-08 17:15:42 +00002
3define i32 @t() nounwind {
4tak:
5 %tmp = call i1 @foo()
6 br i1 %tmp, label %BB1, label %BB2
7BB1:
8 ret i32 1
9BB2:
10 ret i32 0
Evan Chengdebdea02008-09-08 17:15:42 +000011}
12
13declare i1 @foo() zeroext nounwind