Silence unused variable warning.

llvm-svn: 83151
This commit is contained in:
Devang Patel 2009-09-30 17:13:41 +00:00
parent 2c211c7bfe
commit 5d5d1f31b7

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.
///