| //=-- SystemZ.h - Top-level interface for SystemZ representation -*- C++ -*-==// |
| // The LLVM Compiler Infrastructure |
| // This file is distributed under the University of Illinois Open Source |
| // License. See LICENSE.TXT for details. |
| //===----------------------------------------------------------------------===// |
| // This file contains the entry points for global functions defined in |
| // the LLVM SystemZ backend. |
| //===----------------------------------------------------------------------===// |
| #ifndef LLVM_TARGET_SystemZ_H |
| #define LLVM_TARGET_SystemZ_H |
| #include "MCTargetDesc/SystemZMCTargetDesc.h" |
| #include "llvm/Target/TargetMachine.h" |
| class SystemZTargetMachine; |
| class formatted_raw_ostream; |
| // SystemZ specific condition code. These correspond to SYSTEMZ_*_COND in |
| // SystemZInstrInfo.td. They must be kept in synch. |
| FunctionPass *createSystemZISelDag(SystemZTargetMachine &TM, |
| CodeGenOpt::Level OptLevel); |