Newer
Older
Akira Hatanaka
committed
//=====-- MipsMCAsmInfo.h - Mips asm properties --------------*- C++ -*--====//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
Akira Hatanaka
committed
//===---------------------------------------------------------------------===//
// This file contains the declaration of the MipsMCAsmInfo class.
Akira Hatanaka
committed
//===---------------------------------------------------------------------===//
#ifndef MIPSTARGETASMINFO_H
#define MIPSTARGETASMINFO_H
#include "llvm/MC/MCAsmInfo.h"
Chris Lattner
committed
class Target;
Bruno Cardoso Lopes
committed
class MipsMCAsmInfo : public MCAsmInfo {
public:
explicit MipsMCAsmInfo(const Target &T, StringRef TT);
} // namespace llvm
#endif