blob: 81b49784c05237f5e6a7f287c0a6626f110fc794 [file] [log] [blame]
//===-- llvm/CodeGen/MachineCodeEmitter.cpp - Code emission -----*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include "llvm/CodeGen/MachineCodeEmitter.h"
using namespace llvm;
void MachineCodeEmitter::anchor() { }