mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-23 05:29:23 +00:00
Remove dead code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194017 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3faf43fc66
commit
6f744ee498
@ -97,12 +97,6 @@ INITIALIZE_PASS_END(GlobalOpt, "globalopt",
|
||||
|
||||
ModulePass *llvm::createGlobalOptimizerPass() { return new GlobalOpt(); }
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
/// isLeakCheckerRoot - Is this global variable possibly used by a leak checker
|
||||
/// as a root? If so, we might not really want to eliminate the stores to it.
|
||||
static bool isLeakCheckerRoot(GlobalVariable *GV) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user