diff options
Diffstat (limited to 'llvm/lib/CodeGen/MachinePassRegistry.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachinePassRegistry.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/llvm/lib/CodeGen/MachinePassRegistry.cpp b/llvm/lib/CodeGen/MachinePassRegistry.cpp deleted file mode 100644 index 82daf80a875..00000000000 --- a/llvm/lib/CodeGen/MachinePassRegistry.cpp +++ /dev/null @@ -1,17 +0,0 @@ -//===-- 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; |