summaryrefslogtreecommitdiff
path: root/include
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
commitc4edcb3a17165e4cbd994671221e84053c68e7db (patch)
tree53e302e004f5fa315d56f8e5a5e1ac71061f3748 /include
parent04c85dcad8f67d2bb2e0e5d051d130f90e473d86 (diff)
downloadllvm-c4edcb3a17165e4cbd994671221e84053c68e7db.tar.gz
llvm-c4edcb3a17165e4cbd994671221e84053c68e7db.tar.bz2
llvm-c4edcb3a17165e4cbd994671221e84053c68e7db.tar.xz
Pull stuff out of opt namespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1511 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/ConstantHandling.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/ConstantHandling.h b/include/llvm/ConstantHandling.h
index bd59780ef2..261174577c 100644
--- a/include/llvm/ConstantHandling.h
+++ b/include/llvm/ConstantHandling.h
@@ -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