Silence unused variable warning.
authorDevang Patel <dpatel@apple.com>
Wed, 30 Sep 2009 17:13:41 +0000 (17:13 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 30 Sep 2009 17:13:41 +0000 (17:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83151 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineModuleInfo.h

index 7cea0b73f603efb3209647e8e4944551555afef4..6707ab119c9900ea61e310878bc0833852387571 100644 (file)
@@ -153,7 +153,7 @@ public:
 
   /// BeginFunction - Begin gathering function meta information.
   ///
-  void BeginFunction(MachineFunction *MF) {}
+  void BeginFunction(MachineFunction *) {}
   
   /// EndFunction - Discard function meta information.
   ///