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
This commit is contained in:
Chris Lattner
2001-06-30 04:34:07 +00:00
parent 2b05880476
commit 50d0b7ec3f
9 changed files with 214 additions and 111 deletions

View File

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