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