The way we are trying to figure out banksel immediate operand may yield different...
authorSanjiv Gupta <sanjiv.gupta@microchip.com>
Thu, 9 Apr 2009 17:06:24 +0000 (17:06 +0000)
committerSanjiv Gupta <sanjiv.gupta@microchip.com>
Thu, 9 Apr 2009 17:06:24 +0000 (17:06 +0000)
commit37831d0a1202ab105b495762cb6cce7b6eb2438c
treefd46cdcc9a8aad9dacd6c2c37f3824ca5683e58b
parent0c8382ce9a96e36325b17d242fd1af16564d8a85
The way we are trying to figure out banksel immediate operand may yield different results for different type of insns. This will eventually need to be changed but currently let us prevent the crash in cases of incorrect detection of banksel operand.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68713 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PIC16/PIC16AsmPrinter.cpp