aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/M68k/GISel/M68kLegalizerInfo.h
blob: cbe30ec494c959f3f6c2d4d7e5e05b2030018257 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
//===-- M68kLegalizerInfo ---------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
/// \file
/// This file declares the targeting of the MachineLegalizer class for
/// M68k.
/// \todo This should be generated by TableGen.
//===----------------------------------------------------------------------===//

#ifndef LLVM_LIB_TARGET_M68K_GLSEL_M68KLEGALIZERINFO_H
#define LLVM_LIB_TARGET_M68K_GLSEL_M68KLEGALIZERINFO_H

#include "llvm/CodeGen/GlobalISel/LegalizerInfo.h"

namespace llvm {

class M68kSubtarget;

struct M68kLegalizerInfo : public LegalizerInfo {
public:
  M68kLegalizerInfo(const M68kSubtarget &ST);
};
} // end namespace llvm
#endif // LLVM_LIB_TARGET_M68K_GLSEL_M68KLEGALIZERINFO_H