| //===- subzero/src/IceInstARM32.h - ARM32 machine instructions --*- C++ -*-===// |
| // |
| // The Subzero Code Generator |
| // |
| // This file is distributed under the University of Illinois Open Source |
| // License. See LICENSE.TXT for details. |
| // |
| //===----------------------------------------------------------------------===// |
| // |
| // This file declares the InstARM32 and OperandARM32 classes and |
| // their subclasses. This represents the machine instructions and |
| // operands used for ARM32 code selection. |
| // |
| //===----------------------------------------------------------------------===// |
| |
| #ifndef SUBZERO_SRC_ICEINSTARM32_H |
| #define SUBZERO_SRC_ICEINSTARM32_H |
| |
| #include "IceDefs.h" |
| |
| namespace Ice { |
| |
| class TargetARM32; |
| // Fill this in. |
| |
| } // end of namespace Ice |
| |
| #endif // SUBZERO_SRC_ICEINSTARM32_H |