Teach getZeroExtendExpr and getSignExtendExpr to use trip-count
[llvm/msp430.git] / test / CodeGen / X86 / fast-isel-bail.ll
blobfa65d209b2cfa7feb70c9dfce61b50a01c029543
1 ; RUN: llvm-as < %s | llc -march=x86 -fast
3 ; This file is for regression tests for cases where FastISel needs
4 ; to gracefully bail out and let SelectionDAGISel take over.
6         type { i64, i8* }               ; type %0
8 declare void @bar(%0)
10 define fastcc void @foo() nounwind {
11 entry:
12         call void @bar(%0 zeroinitializer)
13         unreachable