WebAssembly: fix build breakage.
authorJF Bastien <jfb@google.com>
Tue, 14 Jul 2015 23:06:07 +0000 (23:06 +0000)
committerJF Bastien <jfb@google.com>
Tue, 14 Jul 2015 23:06:07 +0000 (23:06 +0000)
commit5d382c45da834a3296f851ad2609ee1c52c958e9
tree17e5fb2edcac66755edb1e4fef36c6f86d308d0f
parenta67262f6bc4aac1d2f8311b100601a25bab9993e
WebAssembly: fix build breakage.

Summary:
processFunctionBeforeCalleeSavedScan was renamed to determineCalleeSaves and now takes a BitVector parameter as of rL242165, reviewed in http://reviews.llvm.org/D10909

WebAssembly is still marked as experimental and therefore doesn't build by default. It does, however, grep by default! I notice that processFunctionBeforeCalleeSavedScan is still mentioned in a few comments and error messages, which I also fixed.

Reviewers: qcolombet, sunfish

Subscribers: jfb, dsanders, hfinkel, MatzeB, llvm-commits

Differential Revision: http://reviews.llvm.org/D11199

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242242 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetRegisterInfo.h
lib/Target/AArch64/AArch64FrameLowering.cpp
lib/Target/AArch64/AArch64MachineFunctionInfo.h
lib/Target/ARM/ARMMachineFunctionInfo.h
lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
lib/Target/WebAssembly/WebAssemblyFrameLowering.h
test/CodeGen/AArch64/arm64-spill-lr.ll