LLVM API Documentation

MCTargetAsmParser.cpp
Go to the documentation of this file.
00001 //===-- MCTargetAsmParser.cpp - Target Assembly Parser ---------------------==//
00002 //
00003 //                     The LLVM Compiler Infrastructure
00004 //
00005 // This file is distributed under the University of Illinois Open Source
00006 // License. See LICENSE.TXT for details.
00007 //
00008 //===----------------------------------------------------------------------===//
00009 
00010 #include "llvm/MC/MCTargetAsmParser.h"
00011 using namespace llvm;
00012 
00013 MCTargetAsmParser::MCTargetAsmParser()
00014   : AvailableFeatures(0), ParsingInlineAsm(false)
00015 {
00016 }
00017 
00018 MCTargetAsmParser::~MCTargetAsmParser() {
00019 }