[FastISel][AArch64] Optimize compare-and-branch for i1 to use 'tbz'.
[oota-llvm.git] / test / ExecutionEngine / test-return.ll
1 ; RUN: %lli %s > /dev/null
2
3 define i32 @main() nounwind uwtable {
4 entry:
5   %retval = alloca i32, align 4
6   store i32 0, i32* %retval
7   ret i32 0
8 }