[PowerPC][Future] Fix for 6c4b40de
This is a fix for the previous patch 6c4b40de. In some cases it may be possible to have the compiler produce st_other=1 without the compiler using mcpu=future which should not be the case. This patch adds a guard to make sure that if we are using st_other=1 then we are also compiling for future CPU.
Loading
Please sign in to comment