From da257162968820a7fd77a9df44e3f72090a7f13a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 3 Oct 2001 14:50:12 +0000 Subject: 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 --- test/Feature/prototype.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Feature/prototype.ll') diff --git a/test/Feature/prototype.ll b/test/Feature/prototype.ll index cea4f32b2b..6874ca6b53 100644 --- a/test/Feature/prototype.ll +++ b/test/Feature/prototype.ll @@ -4,7 +4,7 @@ declare int "bar"(int %in) int "foo"(int %blah) begin - %xx = call int(int) %bar(int %blah) + %xx = call int %bar(int %blah) ret int %xx end -- cgit v1.2.3