diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-02 20:26:36 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-02 20:26:36 +0000 |
commit | db903612eefebd2d87b9b1619c9493dac65ad1fd (patch) | |
tree | 76e6c427cc37860e574d9e40751023d93fc0e4a2 | |
parent | 8161046f9eec4322336568393259de5668838133 (diff) | |
download | bcm5719-llvm-db903612eefebd2d87b9b1619c9493dac65ad1fd.tar.gz bcm5719-llvm-db903612eefebd2d87b9b1619c9493dac65ad1fd.zip |
remove empty file.
llvm-svn: 100222
-rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 1 | ||||
-rw-r--r-- | llvm/lib/CodeGen/MachineFunctionPrinterPass.cpp | 0 |
2 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index 62d18836c93..d385b860d86 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -27,7 +27,6 @@ add_llvm_library(LLVMCodeGen MachineFunction.cpp MachineFunctionAnalysis.cpp MachineFunctionPass.cpp - MachineFunctionPrinterPass.cpp MachineInstr.cpp MachineLICM.cpp MachineLoopInfo.cpp diff --git a/llvm/lib/CodeGen/MachineFunctionPrinterPass.cpp b/llvm/lib/CodeGen/MachineFunctionPrinterPass.cpp deleted file mode 100644 index e69de29bb2d..00000000000 --- a/llvm/lib/CodeGen/MachineFunctionPrinterPass.cpp +++ /dev/null |