Skip to content

Commit 62c2851

Browse files
note that base/compiler/ssair/show.jl is not part of Core.Compiler (#46590)
Co-authored-by: Shuhei Kadowaki <[email protected]>
1 parent 326e0ba commit 62c2851

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base/compiler/ssair/show.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# This file is a part of Julia. License is MIT: https://julialang.org/license
22

3+
# This file is not loaded into `Core.Compiler` but rather loaded into the context of
4+
# `Base.IRShow` and thus does not participate in bootstrapping.
5+
36
@nospecialize
47

58
if Pair != Base.Pair

0 commit comments

Comments
 (0)