MCAsmParser: full support for gas' '.if{cond} expression' directives
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 18 Jun 2014 20:57:28 +0000 (20:57 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 18 Jun 2014 20:57:28 +0000 (20:57 +0000)
commit791ff5af548986d9ba11f6847421c4478a85f4c7
treea872510e44d47c9d5f8b284a7be04cb56b1531c8
parent1f502bd9d7d2c1f98ad93a09ffe435e11a95aedd
MCAsmParser: full support for gas' '.if{cond} expression' directives

Patch by Janne Grunau!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211218 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/AsmParser.cpp
test/MC/AsmParser/conditional_asm.s
test/MC/AsmParser/if-diagnostics.s [new file with mode: 0644]