Implement more support for fp-to-i128 and i128-to-fp conversions.
[oota-llvm.git] / test / Other / 2007-06-05-PassID.ll
1 ;RUN: llvm-as < %s | opt -analyze -print-cfg-only -disable-output
2 ;PR 1497
3
4 define void @foo() {
5 entry:
6         br label %return
7
8 return:         ; preds = %entry
9         ret void
10 }
11