CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2017/10/04 15:00:34

Modified files:
        sys/dev/pci/drm/radeon: radeon_combios.c 

Log message:
Work around clang mis-optimization regression.  For some expression-
emission temporaries no lifetime markers are emitted.  This causes
clang to not re-use stack slots properly.  By forcing the function to
be inlined this can be worked around.

ok kettenis@ jsg@

Reply via email to