Late evaluation of the fast-math vectorization requirement.
[oota-llvm.git] / test / Linker / Inputs / constructor-comdat.ll
1 define weak_odr void @_ZN3fooIiEC2Ev() {
2   ret void
3 }
4
5 define weak_odr void @_ZN3fooIiEC1Ev() {
6   ret void
7 }