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)
commitb54562b96d407d007e9e6da3ddef09ac83e9776f
treeadf2f8b75010b832a4ba689698241d9e8ff4e8b8
parent67144e37ba5cd35ee917daac631e03963b05a674
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175317 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/AsmParser.cpp