提交 11b56fbf 编写于 作者: N Nathan Corbyn

Fix whitespace

上级 ee810a75
......@@ -102,7 +102,7 @@ pub fn instantiation_mode(&self, tcx: TyCtxt<'tcx>) -> InstantiationMode {
// 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)]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册