summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
diff options
context:
space:
mode:
authorJF Bastien <jfb@google.com>2015-07-14 23:06:07 +0000
committerJF Bastien <jfb@google.com>2015-07-14 23:06:07 +0000
commitc8f48c19d3f2adeac83a2d1903f215e010c0b77e (patch)
treeaa21c1280a84d8d803868c62c0fae90808b3843e /llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
parentda46d0ea8c44e673dcfc25e7d65f8a7631e2de04 (diff)
downloadbcm5719-llvm-c8f48c19d3f2adeac83a2d1903f215e010c0b77e.tar.gz
bcm5719-llvm-c8f48c19d3f2adeac83a2d1903f215e010c0b77e.zip
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 llvm-svn: 242242
Diffstat (limited to 'llvm/lib/Target/ARM/ARMMachineFunctionInfo.h')
-rw-r--r--llvm/lib/Target/ARM/ARMMachineFunctionInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h b/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
index 14dd9ef333a..2c70f473c81 100644
--- a/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
+++ b/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
@@ -52,7 +52,7 @@ class ARMFunctionInfo : public MachineFunctionInfo {
unsigned ReturnRegsCount;
/// HasStackFrame - True if this function has a stack frame. Set by
- /// processFunctionBeforeCalleeSavedScan().
+ /// determineCalleeSaves().
bool HasStackFrame;
/// RestoreSPFromFP - True if epilogue should restore SP from FP. Set by
OpenPOWER on IntegriCloud