diff options
author | Chris Bieneman <chris.bieneman@me.com> | 2019-09-19 15:45:12 +0000 |
---|---|---|
committer | Chris Bieneman <chris.bieneman@me.com> | 2019-09-19 15:45:12 +0000 |
commit | 7cb60fb00f545dae7e161d8b7c24d674d7d008f9 (patch) | |
tree | 07b9f13c48fa956ae1f7e813be37bd9b6e06bd10 /llvm/utils/TableGen/CodeGenTarget.h | |
parent | 7decdbf2db8fcf78233f40195f6d5c5b7c396224 (diff) | |
download | bcm5719-llvm-7cb60fb00f545dae7e161d8b7c24d674d7d008f9.tar.gz bcm5719-llvm-7cb60fb00f545dae7e161d8b7c24d674d7d008f9.zip |
Make appendCallNB lambda mutable
Lambdas are by deafult const so that they produce the same output every time they are run. This lambda needs to set the value on a captured promise which is a mutating operation, so it must be mutable.
llvm-svn: 372336
Diffstat (limited to 'llvm/utils/TableGen/CodeGenTarget.h')
0 files changed, 0 insertions, 0 deletions