mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 20:27:42 +00:00
12 lines
151 B
LLVM
12 lines
151 B
LLVM
; PR1187
|
|
; RUN: llvm-upgrade < %s > /dev/null
|
|
|
|
implementation
|
|
internal void %func(int %x) {
|
|
ret void
|
|
}
|
|
|
|
internal void %func(uint %x) {
|
|
ret void
|
|
}
|