llvm-6502/lib/MC/MCAsmLexer.cpp

19 lines
458 B
C++
Raw Normal View History

//===-- MCAsmLexer.cpp - Abstract Asm Lexer Interface ---------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include "llvm/MC/MCAsmLexer.h"
using namespace llvm;
MCAsmLexer::MCAsmLexer() {
}
MCAsmLexer::~MCAsmLexer() {
}