]> granicus.if.org Git - llvm/commit
[RA] Fix spelling of Greedy register allocator internal option
authorTeresa Johnson <tejohnson@google.com>
Tue, 2 Jul 2019 18:54:03 +0000 (18:54 +0000)
committerTeresa Johnson <tejohnson@google.com>
Tue, 2 Jul 2019 18:54:03 +0000 (18:54 +0000)
commit6528d0e74f87b36c2adebbd59e44e8d74f5f7f05
tree142c4d6695a2ec721b2cee35ff55dbee152e8ec9
parent38cc64d403c9a0154440f86bad40f9e761e3578a
[RA] Fix spelling of Greedy register allocator internal option

The internal option added with r323870 has a typo. It isn't being used
by any tests, but I decided to fix the spelling and leave it in for use
in debugging the changes added in that patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364958 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RegAllocGreedy.cpp