mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 14:40:39 +00:00
Fix broken testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@705 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b973dd75ba
commit
a861f966fd
@ -16,7 +16,7 @@ Startup:
|
||||
end
|
||||
|
||||
int "test"(int)
|
||||
%thisfuncty = type int (int)
|
||||
%thisfuncty = type int (int) *
|
||||
begin
|
||||
add %thisfuncty %zarro, %test
|
||||
add %thisfuncty %test, %foozball
|
||||
|
Loading…
Reference in New Issue
Block a user