Test commit access

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264736 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Konstantin Zhuravlyov 2016-03-29 15:15:44 +00:00
parent bc26aebcf9
commit 338aaed82f

View File

@ -26,7 +26,7 @@
// //
// - Live interval recomputing seems inefficient. This currently only matches // - Live interval recomputing seems inefficient. This currently only matches
// one pair, and recomputes live intervals and moves on to the next pair. It // one pair, and recomputes live intervals and moves on to the next pair. It
// would be better to compute a list of all merges that need to occur // would be better to compute a list of all merges that need to occur.
// //
// - With a list of instructions to process, we can also merge more. If a // - With a list of instructions to process, we can also merge more. If a
// cluster of loads have offsets that are too large to fit in the 8-bit // cluster of loads have offsets that are too large to fit in the 8-bit