blob: 71fc2d6d7105ad3ca416d0d866eb2c4ef37e21b1 [file] [log] [blame]
Brian Gaekee785e532004-02-25 19:28:19 +00001//===- SparcV8InstrInfo.cpp - SparcV8 Instruction Information ---*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file was developed by the LLVM research group and is distributed under
6// the University of Illinois Open Source License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// This file contains the SparcV8 implementation of the TargetInstrInfo class.
11//
12//===----------------------------------------------------------------------===//
13
14#include "SparcV8InstrInfo.h"
15#include "llvm/CodeGen/MachineInstrBuilder.h"
16#include "SparcV8GenInstrInfo.inc"
Chris Lattner1ddf4752004-02-29 05:59:33 +000017using namespace llvm;
Brian Gaekee785e532004-02-25 19:28:19 +000018
19SparcV8InstrInfo::SparcV8InstrInfo()
20 : TargetInstrInfo(SparcV8Insts,
21 sizeof(SparcV8Insts)/sizeof(SparcV8Insts[0]), 0) {
22}
23