Coding style. No significant functionality. Abandon linear scan style
authorAndrew Trick <atrick@apple.com>
Tue, 30 Nov 2010 23:18:47 +0000 (23:18 +0000)
committerAndrew Trick <atrick@apple.com>
Tue, 30 Nov 2010 23:18:47 +0000 (23:18 +0000)
commit18c57a8a09a7c79fbcf4348b0ad8135246ab984f
tree44b8bd9926dc537a5c79b591b09cb7dd868c765b
parent2cbc9fe83741f9239aaf99c5b71bf3635f9af9da
Coding style. No significant functionality. Abandon linear scan style
in favor of the widespread llvm style. Capitalize variables and add
newlines for visual parsing. Rename variables for readability.
And other cleanup.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120490 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveIntervalUnion.cpp
lib/CodeGen/LiveIntervalUnion.h
lib/CodeGen/RegAllocBase.h
lib/CodeGen/RegAllocBasic.cpp