diff options
| author | Owen Anderson <resistor@mac.com> | 2010-12-21 22:31:24 +0000 |
|---|---|---|
| committer | Owen Anderson <resistor@mac.com> | 2010-12-21 22:31:24 +0000 |
| commit | 12470778d7cb50fcfff22cf5851d5717f7261b6d (patch) | |
| tree | d0e79a1491c0250ea0175b7e5d4204bf9dd3ec20 /llvm/lib | |
| parent | fbb3ed877415f2d9691283575e34d910e75ea3ce (diff) | |
| download | bcm5719-llvm-12470778d7cb50fcfff22cf5851d5717f7261b6d.tar.gz bcm5719-llvm-12470778d7cb50fcfff22cf5851d5717f7261b6d.zip | |
Remove dead code.
llvm-svn: 122371
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/GVN.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/lib/Transforms/Scalar/GVN.cpp b/llvm/lib/Transforms/Scalar/GVN.cpp index 0d2822699d9..094c50f981c 100644 --- a/llvm/lib/Transforms/Scalar/GVN.cpp +++ b/llvm/lib/Transforms/Scalar/GVN.cpp @@ -637,15 +637,6 @@ void ValueTable::verifyRemoved(const Value *V) const { //===----------------------------------------------------------------------===// namespace { - struct ValueNumberScope { - ValueNumberScope* parent; - DenseMap<uint32_t, Value*> table; - - ValueNumberScope(ValueNumberScope* p) : parent(p) { } - }; -} - -namespace { class GVN : public FunctionPass { bool runOnFunction(Function &F); |

