diff options
| author | Denis Zobnin <d.zobnin.bugzilla@gmail.com> | 2016-04-21 10:59:18 +0000 |
|---|---|---|
| committer | Denis Zobnin <d.zobnin.bugzilla@gmail.com> | 2016-04-21 10:59:18 +0000 |
| commit | 628b022a0eb63ca8445783140bc8389ff80ebe1a (patch) | |
| tree | 24ff49d4634e4396121e6276cce9aa2252f45c6c /llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp | |
| parent | 023ef1bd13b10cd9e673f7c24c21d3e0f1f569db (diff) | |
| download | bcm5719-llvm-628b022a0eb63ca8445783140bc8389ff80ebe1a.tar.gz bcm5719-llvm-628b022a0eb63ca8445783140bc8389ff80ebe1a.zip | |
Correctly parse GCC-style asm line following MS-style asm line.
Quit parsing MS-style inline assembly if the following statement has GCC style.
Enables compilation of code like
void f() {
__asm mov ebx, ecx
__asm__("movl %ecx, %edx");
}
Differential Revision: http://reviews.llvm.org/D18652
llvm-svn: 266976
Diffstat (limited to 'llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp')
0 files changed, 0 insertions, 0 deletions

