]> granicus.if.org Git - llvm/commit
[InstCombine] clean up commonCastTransforms; NFC
authorSanjay Patel <spatel@rotateright.com>
Wed, 26 Oct 2016 14:52:35 +0000 (14:52 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 26 Oct 2016 14:52:35 +0000 (14:52 +0000)
commitd0147e5c7866b2bf79d1641755fb9c69b3f6e595
treea6ccefd0638620fdd80bd8f82fb8c3a97797525c
parent84b175c13500d3650605ede4f9318719bac8c920
[InstCombine] clean up commonCastTransforms; NFC

1. Use 'auto' with dyn_cast.
2. Variables start with a capital letter.
3. Use proper punctuation in comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285200 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineCasts.cpp