diff options
Diffstat (limited to 'llvm/test/CodeGen/SPARC/float.ll')
-rw-r--r-- | llvm/test/CodeGen/SPARC/float.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/SPARC/float.ll b/llvm/test/CodeGen/SPARC/float.ll index b35eb6c1d6a..8dfd3715d0d 100644 --- a/llvm/test/CodeGen/SPARC/float.ll +++ b/llvm/test/CodeGen/SPARC/float.ll @@ -7,7 +7,7 @@ ; V8: call get_double ; V8: fnegs %f0, %f0 -; V8-UNOPT: test_neg: +; V8-UNOPT-LABEL: test_neg: ; V8-UNOPT: fnegs ; V8-UNOPT: ! implicit-def ; V8-UNOPT: fmovs {{.+}}, %f0 @@ -26,7 +26,7 @@ entry: ; V8-LABEL: test_abs: ; V8: fabss %f0, %f0 -; V8-UNOPT: test_abs: +; V8-UNOPT-LABEL: test_abs: ; V8-UNOPT: fabss ; V8-UNOPT: ! implicit-def ; V8-UNOPT: fmovs {{.+}}, %f0 |