NFC - Various typo fixes in tests

llvm-svn: 336268
diff --git a/llvm/test/CodeGen/SPARC/soft-float.ll b/llvm/test/CodeGen/SPARC/soft-float.ll
index 5828044..35cbbb1 100644
--- a/llvm/test/CodeGen/SPARC/soft-float.ll
+++ b/llvm/test/CodeGen/SPARC/soft-float.ll
@@ -151,21 +151,21 @@
 }
 
 define i1 @test_gesf2(float %a, float %b) #0 {
-  ; CHECK-LABLE:  test_gesf2:
+  ; CHECK-LABEL:  test_gesf2:
   ; CHECK:        call __gesf2
   %cmp = fcmp oge float %a, %b
   ret i1 %cmp
 }
 
 define i1 @test_gedf2(double %a, double %b) #0 {
-  ; CHECK-LABLE:  test_gedf2:
+  ; CHECK-LABEL:  test_gedf2:
   ; CHECK:        call __gedf2
   %cmp = fcmp oge double %a, %b
   ret i1 %cmp
 }
 
 define i1 @test_getf2(fp128 %a, fp128 %b) #0 {
-  ; CHECK-LABLE:  test_getf2:
+  ; CHECK-LABEL:  test_getf2:
   ; CHECK:        call __getf2
   %cmp = fcmp oge fp128 %a, %b
   ret i1 %cmp