Revision 13d9d9ed9a55770bc64fe877e1f74bdd95b15f9d authored by Keno Fischer on 25 May 2018, 01:27:34 UTC, committed by Keno Fischer on 27 May 2018, 02:15:12 UTC
GlobalRefs (and Expr(:static_parameter)) are not legal to be moved
into PhiNodes because they may have side effects (throw an undefined
variable error), so they must remain at the place where they occurred
in the code.

Fixes #27240
1 parent 2256c6b
History
File Mode Size
.circleci
.github
base
contrib
deps
doc
etc
src
stdlib
test
ui
.freebsdci.sh -rwxr-xr-x 1.2 KB
.gitattributes -rw-r--r-- 67 bytes
.gitignore -rw-r--r-- 213 bytes
.mailmap -rw-r--r-- 9.5 KB
.travis.yml -rw-r--r-- 6.5 KB
CONTRIBUTING.md -rw-r--r-- 20.4 KB
DISTRIBUTING.md -rw-r--r-- 23.6 KB
HISTORY.md -rw-r--r-- 144.9 KB
LICENSE.md -rw-r--r-- 5.4 KB
Make.inc -rw-r--r-- 35.4 KB
Makefile -rw-r--r-- 25.3 KB
NEWS.md -rw-r--r-- 82.7 KB
README.arm.md -rw-r--r-- 5.7 KB
README.md -rw-r--r-- 29.5 KB
README.windows.md -rw-r--r-- 13.0 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 2.2 KB

README.md

back to top