summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp
diff options
context:
space:
mode:
authorKang Zhang <shkzhang@cn.ibm.com>2019-12-26 02:12:32 +0000
committerKang Zhang <shkzhang@cn.ibm.com>2019-12-26 02:12:32 +0000
commit6d88b7d6e712789115c149c5abb0f359d1222545 (patch)
treed98ef508266356c4ef90716b3f05a24b1ef5eb0d /lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp
parent6cf6f7dc96d55af63a15fb73499bf81d00f969b3 (diff)
downloadbcm5719-llvm-6d88b7d6e712789115c149c5abb0f359d1222545.tar.gz
bcm5719-llvm-6d88b7d6e712789115c149c5abb0f359d1222545.zip
[PowerPC] Modify the hasSideEffects of MTLR and MFLR from 1 to 0
Summary: If we didn't set the value for hasSideEffects bit in our td file, `llvm-tblgen` will set it as true for those instructions which has no match pattern. The instructions `MTLR` and `MFLR` don't set the hasSideEffects flag and don't have match pattern, so their hasSideEffects flag will be set true by `llvm-tblgen`. But in fact, we can use `[LR]` to model the two instructions, so they should not have SideEffects. This patch is to modify the hasSideEffects of MTLR and MFLR from 1 to 0. Reviewed By: jsji Differential Revision: https://reviews.llvm.org/D71390
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud