aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/PassManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/PassManager.h')
-rw-r--r--include/llvm/PassManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/PassManager.h b/include/llvm/PassManager.h
index 367809e..64499ca 100644
--- a/include/llvm/PassManager.h
+++ b/include/llvm/PassManager.h
@@ -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