summaryrefslogtreecommitdiffstats
path: root/lib/VMCore/ConstantFolding.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-06-30 04:34:07 +0000
committerChris Lattner <sabre@nondot.org>2001-06-30 04:34:07 +0000
commit50d0b7ec3f58d13ea5613dde60a15b07532de56e (patch)
treec5dea80de4b30c86b776e25f11da2e07e433c6dc /lib/VMCore/ConstantFolding.h
parent2b05880476693393ebebba777c70ca3cbb043fc3 (diff)
downloadexternal_llvm-50d0b7ec3f58d13ea5613dde60a15b07532de56e.zip
external_llvm-50d0b7ec3f58d13ea5613dde60a15b07532de56e.tar.gz
external_llvm-50d0b7ec3f58d13ea5613dde60a15b07532de56e.tar.bz2
Split AllOpts.h into lots of little .h files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/ConstantFolding.h')
-rw-r--r--lib/VMCore/ConstantFolding.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/VMCore/ConstantFolding.h b/lib/VMCore/ConstantFolding.h
index 4facdc3..cf18ef8 100644
--- a/lib/VMCore/ConstantFolding.h
+++ b/lib/VMCore/ConstantFolding.h
@@ -39,6 +39,8 @@
#include "llvm/Instruction.h"
#include "llvm/Type.h"
+namespace opt {
+
//===----------------------------------------------------------------------===//
// Implement == directly...
//===----------------------------------------------------------------------===//
@@ -174,4 +176,5 @@ inline ConstPoolVal *ConstantFoldBinaryInstruction(unsigned Opcode,
return 0;
}
+} // end namespace opt
#endif