summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineFunctionPass.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-04-01 22:54:42 +0000
committerEric Christopher <echristo@apple.com>2010-04-01 22:54:42 +0000
commit5342ddaadf789d154b380404703621020fd8ff08 (patch)
tree05ca583a7993112463461db21e838f94e05716f7 /llvm/lib/CodeGen/MachineFunctionPass.cpp
parent18737b2a818a7388c68941b9e18cdfac89fbfe1f (diff)
downloadbcm5719-llvm-5342ddaadf789d154b380404703621020fd8ff08.tar.gz
bcm5719-llvm-5342ddaadf789d154b380404703621020fd8ff08.zip
Revert r100143.
llvm-svn: 100146
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunctionPass.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineFunctionPass.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/CodeGen/MachineFunctionPass.cpp b/llvm/lib/CodeGen/MachineFunctionPass.cpp
index e5a491270a8..2f8d4c9e7aa 100644
--- a/llvm/lib/CodeGen/MachineFunctionPass.cpp
+++ b/llvm/lib/CodeGen/MachineFunctionPass.cpp
@@ -15,14 +15,8 @@
#include "llvm/Analysis/AliasAnalysis.h"
#include "llvm/CodeGen/MachineFunctionAnalysis.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
-#include "llvm/CodeGen/Passes.h"
using namespace llvm;
-Pass *MachineFunctionPass::createPrinterPass(raw_ostream &O,
- const std::string &Banner) const {
- return createMachineFunctionPrinterPass(O, Banner);
-}
-
bool MachineFunctionPass::runOnFunction(Function &F) {
// Do not codegen any 'available_externally' functions at all, they have
// definitions outside the translation unit.
OpenPOWER on IntegriCloud