blob: 5fcdbbbe53b25f2c7b834356195808c074933bfe [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; RUN: llc < %s -fast-isel -march=x86 | grep and
Evan Cheng52001032008-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
11}
12
13declare i1 @foo() zeroext nounwind