summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-01-21 21:44:38 +0000
committerChris Lattner <sabre@nondot.org>2002-01-21 21:44:38 +0000
commitd9f1ab2077df2360e1ed8bf46db67a18642d3c5e (patch)
treef41e0e2e4d7479cded64dd6670326cac19c3cc3e /llvm/lib
parentc940c536ab414de37204a4925b5bd142f3bfc651 (diff)
downloadbcm5719-llvm-d9f1ab2077df2360e1ed8bf46db67a18642d3c5e.tar.gz
bcm5719-llvm-d9f1ab2077df2360e1ed8bf46db67a18642d3c5e.zip
Pull stuff out of opt namespace
llvm-svn: 1511
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/VMCore/ConstantHandling.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/VMCore/ConstantHandling.cpp b/llvm/lib/VMCore/ConstantHandling.cpp
index c588f72a239..fa561de6a38 100644
--- a/llvm/lib/VMCore/ConstantHandling.cpp
+++ b/llvm/lib/VMCore/ConstantHandling.cpp
@@ -6,8 +6,6 @@
#include "llvm/Optimizations/ConstantHandling.h"
-namespace opt {
-
AnnotationID ConstRules::AID(AnnotationManager::getID("opt::ConstRules",
&ConstRules::find));
@@ -341,6 +339,3 @@ Annotation *ConstRules::find(AnnotationID AID, const Annotable *TyA, void *) {
return new EmptyRules();
}
}
-
-
-} // End namespace opt
OpenPOWER on IntegriCloud