commit | da257162968820a7fd77a9df44e3f72090a7f13a | [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 | 1bc033fab0bd3131f2f7fc1fb61707945adcfa22 | |
parent | f4ba6c710c298fe9b492b9cde82ce5efd46afd5d [diff] [blame] |
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