diff options
Diffstat (limited to 'test/CodeGen/SPARC/float.ll')
-rw-r--r-- | test/CodeGen/SPARC/float.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/SPARC/float.ll b/test/CodeGen/SPARC/float.ll index ab46fb301e..b35eb6c1d6 100644 --- a/test/CodeGen/SPARC/float.ll +++ b/test/CodeGen/SPARC/float.ll @@ -3,7 +3,7 @@ ; RUN: llc -march=sparc -mattr=v9 < %s | FileCheck %s -check-prefix=V9 -; V8: test_neg: +; V8-LABEL: test_neg: ; V8: call get_double ; V8: fnegs %f0, %f0 @@ -13,7 +13,7 @@ ; V8-UNOPT: fmovs {{.+}}, %f0 ; V8-UNOPT: fmovs {{.+}}, %f1 -; V9: test_neg: +; V9-LABEL: test_neg: ; V9: fnegd %f0, %f0 define double @test_neg() { @@ -23,7 +23,7 @@ entry: ret double %1 } -; V8: test_abs: +; V8-LABEL: test_abs: ; V8: fabss %f0, %f0 ; V8-UNOPT: test_abs: @@ -32,7 +32,7 @@ entry: ; V8-UNOPT: fmovs {{.+}}, %f0 ; V8-UNOPT: fmovs {{.+}}, %f1 -; V9: test_abs: +; V9-LABEL: test_abs: ; V9: fabsd %f0, %f0 define double @test_abs() { |