Add a few miscellaneous comments.

This commit is contained in:
Dan Gohman
2018-08-11 07:22:38 -07:00
parent f34531ab36
commit d4a83576e4
2 changed files with 3 additions and 1 deletions

View File

@@ -8,7 +8,8 @@ use flowgraph::ControlFlowGraph;
use ir::{self, InstBuilder};
use isa::TargetIsa;
/// Expand a `call` instruction.
/// Expand a `call` instruction. This lowers it to a `call_indirect`, which
/// is only done if the ABI doesn't support direct calls.
pub fn expand_call(
inst: ir::Inst,
func: &mut ir::Function,