Late evaluation of the fast-math vectorization requirement.
[oota-llvm.git] / test / Linker / Inputs / 2003-01-30-LinkerRename.ll
1 @bar = global i32()* @foo
2 define internal i32 @foo() {
3   ret i32 7
4 }