mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-07-24 12:16:43 -04:00
41b710c861
Use the tryAddingSymbolicOperand callback to attempt to present immediate values in symbolic form when disassembling. This is currently only used for PC-relative immediates (which are most likely to be symbolic in the SystemZ ISA). Add new DecodeMethod types to allow distinguishing between branch and non-branch instructions. llvm-svn: 266469