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:
parent
a35992da67
commit
2d53099507
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user