Fix whitespace
This commit is contained in:
parent
ee810a75e4
commit
11b56fbfb6
@ -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;
|
||||
}
|
||||
|
@ -23,7 +23,7 @@ mod private {
|
||||
#[export_name = "c"]
|
||||
#[inline]
|
||||
extern fn c() {}
|
||||
|
||||
|
||||
// CHECK: void @d()
|
||||
#[export_name = "d"]
|
||||
#[inline(always)]
|
||||
|
Loading…
Reference in New Issue
Block a user