mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-22 10:36:10 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7284 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2cd9196e87
commit
a99d4f2975
10
test/Transforms/FunctionResolve/2003-07-23-CPR-Reference.ll
Normal file
10
test/Transforms/FunctionResolve/2003-07-23-CPR-Reference.ll
Normal file
@ -0,0 +1,10 @@
|
||||
; RUN: as < %s | opt -funcresolve | dis | not grep foo
|
||||
|
||||
; The funcresolve pass was resolving the two foo's together in this test,
|
||||
; adding a ConstantPointerRef to one of them. Then because of this
|
||||
; reference, it wasn't able to delete the dead declaration. :(
|
||||
|
||||
declare int %foo(...)
|
||||
declare int %foo(int)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user