Pull stuff out of opt namespace

llvm-svn: 1511
This commit is contained in:
Chris Lattner 2002-01-21 21:44:38 +00:00
parent c940c536ab
commit d9f1ab2077
2 changed files with 0 additions and 8 deletions

View File

@ -38,8 +38,6 @@
#include "llvm/Type.h"
class PointerType;
namespace opt {
//===----------------------------------------------------------------------===//
// Implement == and != directly...
//===----------------------------------------------------------------------===//
@ -210,5 +208,4 @@ inline Constant *ConstantFoldBinaryInstruction(unsigned Opcode,
return 0;
}
} // end namespace opt
#endif

View File

@ -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