From 50d0b7ec3f58d13ea5613dde60a15b07532de56e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 30 Jun 2001 04:34:07 +0000 Subject: 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 --- lib/VMCore/ConstantFolding.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/VMCore/ConstantFolding.h') 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 -- cgit v1.1