Make this legal input.

llvm-svn: 34051
This commit is contained in:
Reid Spencer 2007-02-08 09:09:36 +00:00
parent f79d0c2ad8
commit 6dde337628
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ internal void %func(int %x) {
ret void
}
internal void %func(int %x) {
internal void %func(uint %x) {
ret void
}