//===- SystemZInstrInfo.td - SystemZ Instruction defs ---------*- tblgen-*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // // This file describes the SystemZ instructions in TableGen format. // //===----------------------------------------------------------------------===// include "SystemZInstrFormats.td" let neverHasSideEffects = 1 in def NOP : Pseudo<(outs), (ins), "# no-op", []>;