Added the eon and perlbmk benchmarks.
[oota-llvm.git] / test / ExecutionEngine / 2003-01-10-FUCOM.ll
1
2 int %main() {
3         %X = add double 0.0, 1.0
4         %Y = sub double 0.0, 1.0
5         %Z = seteq double %X, %Y
6         add double %Y, 0.0
7         ret int 0
8 }