diff options
author | Chris Lattner <sabre@nondot.org> | 2002-04-27 06:57:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-04-27 06:57:52 +0000 |
commit | d0cbb94cce5ba78cf59a6a5d45f64f699aab5018 (patch) | |
tree | 65ce852081e49598a657d6de5bdf7184d4591f8c /include/llvm | |
parent | f57b845547302d24ecb6a9e79d7bc386f761a6c9 (diff) | |
download | external_llvm-d0cbb94cce5ba78cf59a6a5d45f64f699aab5018.zip external_llvm-d0cbb94cce5ba78cf59a6a5d45f64f699aab5018.tar.gz external_llvm-d0cbb94cce5ba78cf59a6a5d45f64f699aab5018.tar.bz2 |
Remove old file that will never be used
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2334 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/iUnary.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/llvm/iUnary.h b/include/llvm/iUnary.h deleted file mode 100644 index ffe6c3f..0000000 --- a/include/llvm/iUnary.h +++ /dev/null @@ -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 |