diff options
Diffstat (limited to 'test/CodeGen/X86/fast-isel-fneg.ll')
-rw-r--r-- | test/CodeGen/X86/fast-isel-fneg.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/fast-isel-fneg.ll b/test/CodeGen/X86/fast-isel-fneg.ll index 67fdad2..8b38587 100644 --- a/test/CodeGen/X86/fast-isel-fneg.ll +++ b/test/CodeGen/X86/fast-isel-fneg.ll @@ -5,14 +5,14 @@ ; SSE2: xor ; SSE2-NOT: xor -; CHECK: doo: +; CHECK-LABEL: doo: ; CHECK: xor define double @doo(double %x) nounwind { %y = fsub double -0.0, %x ret double %y } -; CHECK: foo: +; CHECK-LABEL: foo: ; CHECK: xor define float @foo(float %x) nounwind { %y = fsub float -0.0, %x |