We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702842f commit 0a950d6Copy full SHA for 0a950d6
test/compiler/codegen.jl
@@ -950,7 +950,7 @@ end
950
951
#this function used to crash allocopt due to a no predecessors bug
952
barnopreds() = Base.inferencebarrier(true) ? (Base.PkgId(Test),1) : nothing
953
-function foonopred()
+function foonopreds()
954
pkginfo = @noinline barnopreds()
955
pkgid = pkginfo !== nothing ? pkginfo[1] : nothing
956
pkgid.uuid !== nothing ? pkgid.uuid : false
0 commit comments