Remove dead code
authorShuxin Yang <shuxin.llvm@gmail.com>
Mon, 4 Nov 2013 21:44:01 +0000 (21:44 +0000)
committerShuxin Yang <shuxin.llvm@gmail.com>
Mon, 4 Nov 2013 21:44:01 +0000 (21:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194017 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/GlobalOpt.cpp

index 82a59ed562de71211237cb33f89a4018e07df96e..7e918979ecae3d8d472e31f2d8245ebdff6e4787 100644 (file)
@@ -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) {