Previously, the update_llc_test_checks.py script would scrub out assembly
that occurred after any inline assembly as it would match the start of an
inline asm block as the end of a function. This patch changes the MIPS asm
scrubbing so that it removes the ending .set {at,macro,reorder} from
functions.
Note: This is for demonstration purposes for D47192.