summaryrefslogtreecommitdiff
path: root/test/binaryen.js/fast-math.js
diff options
context:
space:
mode:
authorDerek Schuff <dschuff@chromium.org>2024-07-22 17:20:46 -0700
committerGitHub <noreply@github.com>2024-07-22 17:20:46 -0700
commit0973589200fc2b9a5d413a340667811748837289 (patch)
treee18a185ba6c3ce6da3f2a633a01398cb42771e5a /test/binaryen.js/fast-math.js
parenta8066e6618b93ea101e82b64690b9b62d7562609 (diff)
downloadbinaryen-0973589200fc2b9a5d413a340667811748837289.tar.gz
binaryen-0973589200fc2b9a5d413a340667811748837289.tar.bz2
binaryen-0973589200fc2b9a5d413a340667811748837289.zip
Make FunctionInfo's assignment operator argument const (#6780)
Aside from the fact that there's no need for this to be non-const and this is the usual way to write an assignment operator, this is also needed because of a recent change to std::pair (https://github.com/llvm/llvm-project/pull/89652). This seems to be forcing pair to want the const version of the assignment operator of its members.
Diffstat (limited to 'test/binaryen.js/fast-math.js')
0 files changed, 0 insertions, 0 deletions