Silence unused variable warning.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83151 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2009-09-30 17:13:41 +00:00
parent 460c482ed3
commit 69cc57c325

View File

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