OSDN Git Service

Rewrite ExtractGV, removing a bunch of stuff that didn't fully work,
authorDan Gohman <gohman@apple.com>
Thu, 26 Aug 2010 00:22:55 +0000 (00:22 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 26 Aug 2010 00:22:55 +0000 (00:22 +0000)
commit33bcdfefeff07a861eb4599ac162a9c2f3309a49
tree8baa1051b683ea70056dc313862bc9eb0f70b532
parent8b3107390815cc5e85ab8563a65f06305e38895a
Rewrite ExtractGV, removing a bunch of stuff that didn't fully work,
and was over-complicated, and replacing it with a simple implementation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112120 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/IPO.h
lib/Transforms/IPO/ExtractGV.cpp
tools/llvm-extract/llvm-extract.cpp