diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-01-21 21:44:38 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-01-21 21:44:38 +0000 |
| commit | d9f1ab2077df2360e1ed8bf46db67a18642d3c5e (patch) | |
| tree | f41e0e2e4d7479cded64dd6670326cac19c3cc3e /llvm/lib | |
| parent | c940c536ab414de37204a4925b5bd142f3bfc651 (diff) | |
| download | bcm5719-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.cpp | 5 |
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 |

