forked from OSchip/llvm-project
18 lines
610 B
C++
18 lines
610 B
C++
//===-- CodeGen/MachineInstr.cpp ------------------------------------------===//
|
|
//
|
|
// The LLVM Compiler Infrastructure
|
|
//
|
|
// This file is distributed under the University of Illinois Open Source
|
|
// License. See LICENSE.TXT for details.
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
//
|
|
// This file contains the machine function pass registry for register allocators
|
|
// and instruction schedulers.
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
#include "llvm/CodeGen/MachinePassRegistry.h"
|
|
|
|
using namespace llvm;
|