IntervalPartition & IntervalIterator classes have been split out into
[oota-llvm.git] / include / llvm / iUnary.h
1 //===-- llvm/iUnary.h - Unary Operator node definitions ----------*- C++ -*--=//
2 //
3 // This file contains the declarations of all of the Unary Operator classes.
4 //
5 //===----------------------------------------------------------------------===//
6
7 #ifndef LLVM_IUNARY_H
8 #define LLVM_IUNARY_H
9
10 #include "llvm/InstrTypes.h"
11
12 //===----------------------------------------------------------------------===//
13 //                 Classes to represent Unary operators
14 //===----------------------------------------------------------------------===//
15 //
16 // All of these classes are subclasses of the UnaryOperator class...
17 //
18
19 #endif