diff options
author | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2013-03-19 19:50:30 +0000 |
---|---|---|
committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2013-03-19 19:50:30 +0000 |
commit | 880d82e3dbf8ae6c2babf5943d524bbe25015eba (patch) | |
tree | d40246c46e11f74b4d84c29229f5add04ed3457f /utils | |
parent | 58ebc0407891c3752fdea6f4dde28940a75db6d2 (diff) | |
download | external_llvm-880d82e3dbf8ae6c2babf5943d524bbe25015eba.zip external_llvm-880d82e3dbf8ae6c2babf5943d524bbe25015eba.tar.gz external_llvm-880d82e3dbf8ae6c2babf5943d524bbe25015eba.tar.bz2 |
Fix sub-operand size mismatch in tocentry operands.
The tocentry operand class refers to 64-bit values (it is only used in 64-bit,
where iPTR is a 64-bit type), but its sole suboperand is designated as 32-bit
type. This causes a mismatch to be detected at compile-time with the TableGen
patch I'll check in shortly.
To fix this, this commit changes the suboperand to a 64-bit type as well.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177427 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
0 files changed, 0 insertions, 0 deletions