Use 'F' for Function instead of 'M'.
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 10 Oct 2003 17:38:31 +0000 (17:38 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 10 Oct 2003 17:38:31 +0000 (17:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9019 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/PassManager.h

index 367809e5cce54b55e2160b4bf6a1af4665521543..64499ca8bd5da503bd2899bd9d393b46002dc964 100644 (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