Commits

Mark Lacey committed 122827ea00e
Only emit empty inline asm instructions for cond_fail when optimizing. These inline asm instructions are used to block branch folding when optimizing, to ensure that we have unique trap locations (and associated debug info) for each cond_fail. We only need these when we're optimizing, and emitting them can block fast isel, so only emit them when optimizing.