forked from OSchip/llvm-project
parent
c8e665431b
commit
5948d72c9d
|
@ -1,19 +0,0 @@
|
|||
//===-- llvm/iUnary.h - Unary Operator node definitions ----------*- C++ -*--=//
|
||||
//
|
||||
// This file contains the declarations of all of the Unary Operator classes.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_IUNARY_H
|
||||
#define LLVM_IUNARY_H
|
||||
|
||||
#include "llvm/InstrTypes.h"
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Classes to represent Unary operators
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// All of these classes are subclasses of the UnaryOperator class...
|
||||
//
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue