summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenTarget.h
diff options
context:
space:
mode:
authorChris Bieneman <chris.bieneman@me.com>2019-09-19 15:45:12 +0000
committerChris Bieneman <chris.bieneman@me.com>2019-09-19 15:45:12 +0000
commit7cb60fb00f545dae7e161d8b7c24d674d7d008f9 (patch)
tree07b9f13c48fa956ae1f7e813be37bd9b6e06bd10 /llvm/utils/TableGen/CodeGenTarget.h
parent7decdbf2db8fcf78233f40195f6d5c5b7c396224 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud