diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-05 20:47:22 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-05 20:47:22 +0000 |
| commit | 3aaaa0b2bd3825580647b7e0ee5045a8e32e0413 (patch) | |
| tree | 2ca99bb6046e1441bf5af80fc1dff176ddc79a8c /llvm/test/Transforms/FunctionResolve/2003-07-23-CPR-Reference.ll | |
| parent | e84cf921412069284266f02e8aa3fa18ca315e25 (diff) | |
| download | bcm5719-llvm-3aaaa0b2bd3825580647b7e0ee5045a8e32e0413.tar.gz bcm5719-llvm-3aaaa0b2bd3825580647b7e0ee5045a8e32e0413.zip | |
For PR411:
This patch replaces the SymbolTable class with ValueSymbolTable which does
not support types planes. This means that all symbol names in LLVM must now
be unique. The patch addresses the necessary changes to deal with this and
removes code no longer needed as a result. This completes the bulk of the
changes for this PR. Some cleanup patches will follow.
llvm-svn: 33918
Diffstat (limited to 'llvm/test/Transforms/FunctionResolve/2003-07-23-CPR-Reference.ll')
| -rw-r--r-- | llvm/test/Transforms/FunctionResolve/2003-07-23-CPR-Reference.ll | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/test/Transforms/FunctionResolve/2003-07-23-CPR-Reference.ll b/llvm/test/Transforms/FunctionResolve/2003-07-23-CPR-Reference.ll deleted file mode 100644 index e1a29ec2824..00000000000 --- a/llvm/test/Transforms/FunctionResolve/2003-07-23-CPR-Reference.ll +++ /dev/null @@ -1,10 +0,0 @@ -; RUN: llvm-upgrade < %s | llvm-as | opt -funcresolve | llvm-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) - - |

