LiveIntervalAnalysis: cleanup addKills(), NFC
authorMatthias Braun <matze@braunis.de>
Sat, 20 Dec 2014 01:54:48 +0000 (01:54 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 20 Dec 2014 01:54:48 +0000 (01:54 +0000)
commit1f6bcf1b85a41e582005de91568e4f1abb7f7e98
treeaf875b4c2037651d03b969cdfc01ede0b54573f9
parent2dac14a8f525e2e15e70053889d44de7c2521efc
LiveIntervalAnalysis: cleanup addKills(), NFC

- Use more const modifiers
- Use references for things that can't be nullptr
- Improve some variable names

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