diff options
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocGreedy.h')
| -rw-r--r-- | llvm/lib/CodeGen/RegAllocGreedy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/RegAllocGreedy.h b/llvm/lib/CodeGen/RegAllocGreedy.h index 316b12d0213b..483f59ed8e8e 100644 --- a/llvm/lib/CodeGen/RegAllocGreedy.h +++ b/llvm/lib/CodeGen/RegAllocGreedy.h @@ -270,6 +270,8 @@ private: /// machine function. bool RegClassPriorityTrumpsGlobalness; + bool ReverseLocalAssignment; + public: RAGreedy(const RegClassFilterFunc F = allocateAllRegClasses); |
