"llvm/lib/Target/Mangler.cpp" did not exist on "6919ab4d05705467e53667662d2866165fe5696b"
Convert a few assertions with side-effects into regular old runtime checks.
These side-effects seem to make a difference when using llc -march=sparcv9 in Release mode (i.e., with -DNDEBUG); when they are left out, lots of instructions just get dropped on the floor, because they never end up in the schedule. llvm-svn: 15339
Loading
Please register or sign in to comment