Fix PR 24633 - Handle undef values when parsing standalone constants.
authorAlex Lorenz <arphaman@gmail.com>
Wed, 9 Sep 2015 13:44:33 +0000 (13:44 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Wed, 9 Sep 2015 13:44:33 +0000 (13:44 +0000)
commitb9224cdb7e559cbc3bbbdc71a3905afb9073231d
treed9ebe318fb97e03a6e451a05f814ec692e410a85
parent2993ffe264f23daae31a0bd4846960ee252148ee
Fix PR 24633 - Handle undef values when parsing standalone constants.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247145 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/LLParser.cpp
test/CodeGen/MIR/X86/memory-operands.mir
unittests/AsmParser/AsmParserTest.cpp