[ms-inline asm] Move this logic into a static function as it's only applicable
authorChad Rosier <mcrosier@apple.com>
Fri, 12 Apr 2013 20:20:54 +0000 (20:20 +0000)
committerChad Rosier <mcrosier@apple.com>
Fri, 12 Apr 2013 20:20:54 +0000 (20:20 +0000)
commit3f42936af8be447c339a7c41bcd2b1468e39135b
tree6a86b3df27a679373547d534cd2194a2498f8f03
parentd0dd5e413a53e4f743dece52b3e912749e2880ae
[ms-inline asm] Move this logic into a static function as it's only applicable
when parsing MS-style inline assembly.  No functional change intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179407 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmParser/X86AsmParser.cpp