NightlyTest.pl does not exist.
[llvm-complete.git] / test / Assembler / 2007-02-07-RenameInternals.ll
blobf90a897da0b48f5e1a7d775a54f5d107034f2533
1 ; PR1187
2 ; RUN: llvm-upgrade < %s > /dev/null
4 implementation 
5 internal void %func(int %x) {
6   ret void
9 internal void %func(uint %x) {
10   ret void