s/FuncId/Function

This commit is contained in:
bjorn3 2019-10-13 11:28:19 +02:00
parent 5f6ddb94a6
commit f1ed3a8786
10 changed files with 14 additions and 14 deletions

View file

@ -52,7 +52,7 @@ const UNNAMED: *const c_char = EMPTY_C_STR.as_ptr();
impl BackendTypes for Builder<'_, 'll, 'tcx> {
type Value = <CodegenCx<'ll, 'tcx> as BackendTypes>::Value;
type FuncId = <CodegenCx<'ll, 'tcx> as BackendTypes>::FuncId;
type Function = <CodegenCx<'ll, 'tcx> as BackendTypes>::Function;
type BasicBlock = <CodegenCx<'ll, 'tcx> as BackendTypes>::BasicBlock;
type Type = <CodegenCx<'ll, 'tcx> as BackendTypes>::Type;
type Funclet = <CodegenCx<'ll, 'tcx> as BackendTypes>::Funclet;