c[ms-inline asm] It's possible to have a SizeDirective rewrite and an
authorChad Rosier <mcrosier@apple.com>
Fri, 15 Feb 2013 22:54:16 +0000 (22:54 +0000)
committerChad Rosier <mcrosier@apple.com>
Fri, 15 Feb 2013 22:54:16 +0000 (22:54 +0000)
commit42d4e2e4eca8d7313fd975aec0200a3e34163901
treea2462cfe1d8e3866e3f723cb72e29ba47690c9c1
parent8878bcc9e7b68158281f251fe664378603d4edb9
c[ms-inline asm] It's possible to have a SizeDirective rewrite and an
Input/Output rewrite to the same location.  Make sure the SizeDirective rewrite
is performed first.  This also ensure the sort algorithm is stable.

llvm-svn: 175317
llvm/lib/MC/MCParser/AsmParser.cpp