diff options
author | Heejin Ahn <aheejin@gmail.com> | 2018-08-22 18:53:48 +0000 |
---|---|---|
committer | Heejin Ahn <aheejin@gmail.com> | 2018-08-22 18:53:48 +0000 |
commit | bc6d8970bb6ec44e1a0c8015a803fa382953dfa4 (patch) | |
tree | 834bab4054620e1abeea0c7223dfb703815105d9 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | a2133f1a681dbcfce14d705252c75eb741c0d7ec (diff) | |
download | bcm5719-llvm-bc6d8970bb6ec44e1a0c8015a803fa382953dfa4.tar.gz bcm5719-llvm-bc6d8970bb6ec44e1a0c8015a803fa382953dfa4.zip |
[WebAssembly] Remove MachineFrameInfo arg from checking functions (NFC)
Summary:
There are several functions in the form of `has***` or `needs***` in
`WebAssemblyFrameLowering` and its `MachineFrameInfo` argument can be
obtained from `MachineFunction` so it is not necessarily has to be
passed from a caller. Also, it is more in line with other overriden
fuctions like `hasBP` or `hasReservedCallFrame`, which also take only
`MachineFunction` argument.
Reviewers: dschuff
Subscribers: sbc100, sunfish, llvm-commits
Differential Revision: https://reviews.llvm.org/D51116
llvm-svn: 340438
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions