mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-09 13:33:17 +00:00
Mark a function as static since it doesn't use anything in the class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162342 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e7338cd550
commit
f7c4d26f77
@ -84,7 +84,7 @@ namespace {
|
||||
// 2) All states must be clean for the result to be clean
|
||||
// 3) If none above and one unknown, the result state is also unknown
|
||||
//
|
||||
unsigned computeState(unsigned PrevState, unsigned CurState) {
|
||||
static unsigned computeState(unsigned PrevState, unsigned CurState) {
|
||||
if (PrevState == ST_INIT)
|
||||
return CurState;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user