mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
Make calcLiveInMask method static.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168409 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6f05f21857
commit
e845cedf4d
@ -111,7 +111,7 @@ namespace {
|
||||
EdgeBundles *Bundles;
|
||||
|
||||
// Return a bitmask of FP registers in block's live-in list.
|
||||
unsigned calcLiveInMask(MachineBasicBlock *MBB) {
|
||||
static unsigned calcLiveInMask(MachineBasicBlock *MBB) {
|
||||
unsigned Mask = 0;
|
||||
for (MachineBasicBlock::livein_iterator I = MBB->livein_begin(),
|
||||
E = MBB->livein_end(); I != E; ++I) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user