hanchenye-llvm-project/llvm/test/Assembler/2007-02-07-RenameInternals.ll

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
}