OSDN Git Service

IfConversion: Use references instead of pointers where possible; NFC
authorMatthias Braun <matze@braunis.de>
Wed, 17 Aug 2016 02:52:01 +0000 (02:52 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 17 Aug 2016 02:52:01 +0000 (02:52 +0000)
commitbe01ee2ef30d2e8884a6826d855281351bcc8d46
tree7b05923abe9e4e672ef76d883ccc94876049e798
parent03d1f52c78141706abbc6473a056bcaa381c1c71
IfConversion: Use references instead of pointers where possible; NFC

Also put some commonly used subexpressions into variables.

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