]> git.proxmox.com Git - rustc.git/blame - src/llvm/lib/MC/MCSection.cpp
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / lib / MC / MCSection.cpp
CommitLineData
223e47cc
LB
1//===- lib/MC/MCSection.cpp - Machine Code Section Representation ---------===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9
10#include "llvm/MC/MCSection.h"
223e47cc 11#include "llvm/MC/MCAsmInfo.h"
970d7e83 12#include "llvm/MC/MCContext.h"
223e47cc
LB
13#include "llvm/Support/raw_ostream.h"
14using namespace llvm;
15
16//===----------------------------------------------------------------------===//
17// MCSection
18//===----------------------------------------------------------------------===//
19
20MCSection::~MCSection() {
21}
22