Fix whitespace

This commit is contained in:
Nathan Corbyn 2020-06-09 15:54:34 +01:00
parent ee810a75e4
commit 11b56fbfb6
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ impl<'tcx> MonoItem<'tcx> {
// At this point we don't have explicit linkage and we're an
// inlined function. If we're inlining into all CGUs then we'll
// be creating a local copy per CGU.
// be creating a local copy per CGU.
if generate_cgu_internal_copies {
return InstantiationMode::LocalCopy;
}

View File

@ -23,7 +23,7 @@ mod private {
#[export_name = "c"]
#[inline]
extern fn c() {}
// CHECK: void @d()
#[export_name = "d"]
#[inline(always)]