Simplify.
authorDevang Patel <dpatel@apple.com>
Wed, 30 Sep 2009 00:14:40 +0000 (00:14 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 30 Sep 2009 00:14:40 +0000 (00:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83123 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineModuleInfo.h
lib/CodeGen/MachineModuleInfo.cpp

index e5a962d26b7a8886408ec3d9ba2e79d42d9b9b2b..7cea0b73f603efb3209647e8e4944551555afef4 100644 (file)
@@ -153,7 +153,7 @@ public:
 
   /// BeginFunction - Begin gathering function meta information.
   ///
-  void BeginFunction(MachineFunction *MF);
+  void BeginFunction(MachineFunction *MF) {}
   
   /// EndFunction - Discard function meta information.
   ///
index 0a8bf5a3d89aaf2168dd586573b7d68471579d5e..8661b9ee132bdaf4c8bca4f0021143b47487faca 100644 (file)
@@ -63,12 +63,6 @@ bool MachineModuleInfo::doFinalization() {
   return false;
 }
 
-/// BeginFunction - Begin gathering function meta information.
-///
-void MachineModuleInfo::BeginFunction(MachineFunction *MF) {
-  // Coming soon.
-}
-
 /// EndFunction - Discard function meta information.
 ///
 void MachineModuleInfo::EndFunction() {