Use 'F' for Function instead of 'M'.

llvm-svn: 9019
This commit is contained in:
Misha Brukman 2003-10-10 17:38:31 +00:00
parent ad58f4133a
commit 061c3750a1
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public:
/// track of whether any of the passes modifies the function, and if
/// so, return true.
///
bool run(Function &M);
bool run(Function &F);
};
#endif