Adjust test cases to match the fact that methods are now explicit pointer values, not explicit


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@702 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/sched.ll b/test/sched.ll
index 4083d78..b8de02d 100644
--- a/test/sched.ll
+++ b/test/sched.ll
@@ -25,6 +25,6 @@
 
 bb2:
 	%Msg = cast ulong 0 to sbyte *
-	call int (sbyte*, int, float) %printf(sbyte* %Msg, int %m1, float %z3)
+	call int %printf(sbyte* %Msg, int %m1, float %z3)
 	ret int 0
 end