[SystemZ] Bugfix in SystemZAsmParser.cpp.
authorJonas Paulsson <jonas.paulsson@ericsson.com>
Fri, 9 Oct 2015 07:19:12 +0000 (07:19 +0000)
committerJonas Paulsson <jonas.paulsson@ericsson.com>
Fri, 9 Oct 2015 07:19:12 +0000 (07:19 +0000)
commiteaacd7bc4baf6b4ca0dcdd849ddb50a0c3b659ae
tree4642b8861aebed8be4e066802f27a90c0c48338e
parent002f1b00d6a8293f387abbf22c9a7ee0b9649d14
[SystemZ] Bugfix in SystemZAsmParser.cpp.

Let parseRegister() allow RegFP Group if expecting RegV Group, since the
%f register prefix yields the FP group even while used with vector instructions.

Reviewed by Ulrich Weigand.

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