diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-12-03 00:53:22 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-12-03 00:53:22 +0000 |
commit | 0bdf0c05b990b4f2d29719b34f4ce44f16176f09 (patch) | |
tree | fe066b81bb268868f65828bf8d4bea27674e86b4 /include/llvm/MC | |
parent | b0d98692a68cf7d5a8fce6115d8bf918126177a8 (diff) | |
download | external_llvm-0bdf0c05b990b4f2d29719b34f4ce44f16176f09.zip external_llvm-0bdf0c05b990b4f2d29719b34f4ce44f16176f09.tar.gz external_llvm-0bdf0c05b990b4f2d29719b34f4ce44f16176f09.tar.bz2 |
The tLDR instruction wasn't encoded properly:
<MCInst 2251 <MCOperand Reg:70> <MCOperand Reg:66> <MCOperand Imm:0> <MCOperand Reg:0> <MCOperand Imm:14> <MCOperand Reg:0>>
Notice that the "reg" here is 0, which is an invalid register. Put a check in
the code for this to prevent crashing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120766 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC')
0 files changed, 0 insertions, 0 deletions