summaryrefslogtreecommitdiff
path: root/test/Assembler/2007-02-07-RenameInternals.ll
blob: f90a897da0b48f5e1a7d775a54f5d107034f2533 (plain)
1
2
3
4
5
6
7
8
9
10
11
; PR1187
; RUN: llvm-upgrade < %s > /dev/null

implementation 
internal void %func(int %x) {
  ret void
}

internal void %func(uint %x) {
  ret void
}