mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 01:43:06 +00:00
For PR1187:
Add a test case to test rename of internal linkage functions with the same name, without an error or warning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34018 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
12f0c7b9cf
commit
2aa745e709
11
test/Assembler/2007-02-07-RenameInternals.ll
Normal file
11
test/Assembler/2007-02-07-RenameInternals.ll
Normal file
@ -0,0 +1,11 @@
|
||||
; PR1187
|
||||
; RUN: llvm-upgrade < %s > /dev/null
|
||||
|
||||
implementation
|
||||
internal void %func(int %x) {
|
||||
ret void
|
||||
}
|
||||
|
||||
internal void %func(int %x) {
|
||||
ret void
|
||||
}
|
Loading…
Reference in New Issue
Block a user