mirror of
https://github.com/exaloop/codon.git
synced 2025-06-03 15:03:52 +08:00
Doc fix
This commit is contained in:
parent
0311d128b4
commit
f04e60b29a
@ -20,6 +20,7 @@ public:
|
|||||||
|
|
||||||
/// Constructs a constant propagation pass.
|
/// Constructs a constant propagation pass.
|
||||||
/// @param reachingDefKey the reaching definition analysis' key
|
/// @param reachingDefKey the reaching definition analysis' key
|
||||||
|
/// @param globalVarsKey global variables analysis' key
|
||||||
ConstPropPass(const std::string &reachingDefKey, const std::string &globalVarsKey)
|
ConstPropPass(const std::string &reachingDefKey, const std::string &globalVarsKey)
|
||||||
: reachingDefKey(reachingDefKey), globalVarsKey(globalVarsKey) {}
|
: reachingDefKey(reachingDefKey), globalVarsKey(globalVarsKey) {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user