1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

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 a35992da67
commit 2d53099507

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