| commit | 23356658b3a2dba4126d82e8e062585ad83f1b20 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Wed Oct 03 14:50:12 2001 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Wed Oct 03 14:50:12 2001 +0000 |
| tree | 03dca986924eaca60fcf946415c71da5f8360335 | |
| parent | 60e0dd78b217d0d7e0750251b8a10c64e8e9d2f3 [diff] [blame] |
Adjust test cases to match the fact that methods are now explicit pointer values, not explicit llvm-svn: 702
diff --git a/llvm/test/sched.ll b/llvm/test/sched.ll index 4083d78..b8de02dd 100644 --- a/llvm/test/sched.ll +++ b/llvm/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