Fixup load pointer type in testcase

Created using spr 1.3.4
diff --git a/llvm/test/CodeGen/SPARC/getpcx-call.ll b/llvm/test/CodeGen/SPARC/getpcx-call.ll
index 0f162f1..72d7b5a 100644
--- a/llvm/test/CodeGen/SPARC/getpcx-call.ll
+++ b/llvm/test/CodeGen/SPARC/getpcx-call.ll
@@ -44,7 +44,7 @@
 ; SPARC64-NEXT:    ld [%i0], %i0
 ; SPARC64-NEXT:    ret
 ; SPARC64-NEXT:    restore
-  %1 = load i32, i32* @value
+  %1 = load i32, ptr @value
   ret i32 %1
 }
 
diff --git a/llvm/test/CodeGen/SPARC/getpcx-rdpc.ll b/llvm/test/CodeGen/SPARC/getpcx-rdpc.ll
index cb51502..286750a 100644
--- a/llvm/test/CodeGen/SPARC/getpcx-rdpc.ll
+++ b/llvm/test/CodeGen/SPARC/getpcx-rdpc.ll
@@ -44,7 +44,7 @@
 ; SPARC64-NEXT:    ld [%i0], %i0
 ; SPARC64-NEXT:    ret
 ; SPARC64-NEXT:    restore
-  %1 = load i32, i32* @value
+  %1 = load i32, ptr @value
   ret i32 %1
 }