blob: 9945746807cfa18cc2a17d0c1de605354071bfdd [file] [log] [blame]
Evan Chengdebdea02008-09-08 17:15:42 +00001; RUN: llvm-as < %s | llc -fast-isel -march=x86 | grep and
2
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