Changes from Git (git http://labmaster3.local/git/llvm-project.git)
Summary
Update spelling of {analyze,insert,remove}Branch in strings and comments (details)
Commit
020041d99b508ed5f207c0896a19b3e85c942ee7
by kparzysz
Update spelling of {analyze,insert,remove}Branch in strings and comments These names have been changed from CamelCase to camelCase, but there were many places (comments mostly) that still used the old names. This change is NFC.