Make the test use the %A type

llvm-svn: 13789
This commit is contained in:
Chris Lattner 2004-05-26 17:14:49 +00:00
parent 1f08746f72
commit 6eea16e526
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
%A = type { uint, sbyte*, { uint, uint, uint, uint, uint, uint, uint, uint }*, ushort }
void %test(%A *) { ret void }