[SystemZ] Fix compiler warnings introduced by r285574
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Wed, 2 Nov 2016 11:32:28 +0000 (11:32 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Wed, 2 Nov 2016 11:32:28 +0000 (11:32 +0000)
commit75d2f1b10df5c258ff8acf04b86ddc9aa1c137d1
tree277c4ff585c58d5a2aa0bb2ac7d3c4c907d52a0a
parentf76f6507c2359b0e2b1d6a2cc2305bf69932e4b8
[SystemZ] Fix compiler warnings introduced by r285574

SystemZAsmParser::parseOperand returns a bool, not an enum.

llvm-svn: 285800
llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp