1 ; RUN: llc < %s -fast-isel -fast-isel-abort=1 -mtriple=x86_64-apple-darwin10 | FileCheck %s
2 ; RUN: llc < %s -fast-isel -march=x86 -mattr=+sse2 | FileCheck --check-prefix=SSE2 %s
10 define double @doo(double %x) nounwind {
11 %y = fsub double -0.0, %x
17 define float @foo(float %x) nounwind {
18 %y = fsub float -0.0, %x