| //===- subzero/src/IceFixups.h - Assembler fixup kinds ----------*- 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 generic fixup types. |
| //===----------------------------------------------------------------------===// |
| #ifndef SUBZERO_SRC_ICEFIXUPS_H |
| #define SUBZERO_SRC_ICEFIXUPS_H |
| // Specify some of the most common relocation types. |
| // Target specific relocation types follow this. |
| FK_FirstTargetSpecific = 1 << 4 |
| } // end of namespace Ice |
| #endif // SUBZERO_SRC_ICEFIXUPS_H |