Remove an unnecessary file; NFC.
authorAaron Ballman <aaron@aaronballman.com>
Mon, 26 Nov 2018 15:54:36 +0000 (15:54 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 26 Nov 2018 15:54:36 +0000 (15:54 +0000)
This source file has not been needed since r346522 and was triggering diagnostics in MSVC about an object file which exports no public symbols (LNK4221).

llvm-svn: 347565

llvm/lib/CodeGen/CMakeLists.txt
llvm/lib/CodeGen/MachinePassRegistry.cpp [deleted file]

index 6a091ed..e76f9f8 100644 (file)
@@ -84,7 +84,6 @@ add_llvm_library(LLVMCodeGen
   MachineOperand.cpp
   MachineOptimizationRemarkEmitter.cpp
   MachineOutliner.cpp
-  MachinePassRegistry.cpp
   MachinePipeliner.cpp
   MachinePostDominators.cpp
   MachineRegionInfo.cpp
diff --git a/llvm/lib/CodeGen/MachinePassRegistry.cpp b/llvm/lib/CodeGen/MachinePassRegistry.cpp
deleted file mode 100644 (file)
index 82daf80..0000000
+++ /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;