OSDN Git Service

[SimplifyCFG] Use APInt::operator| instead of APInt::Or. NFC
authorCraig Topper <craig.topper@gmail.com>
Sun, 5 Mar 2017 01:08:19 +0000 (01:08 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 5 Mar 2017 01:08:19 +0000 (01:08 +0000)
commitb41f360dbf664c05fddbd8686415a53d103d84f2
treeeb7c35db1378415e6a27655071d353c03fead551
parent1ecf0813db3b6e9a13d05fa891023ffef6b3abf9
[SimplifyCFG] Use APInt::operator| instead of APInt::Or. NFC

I'm looking to improve operator| to support rvalue references and may remove APInt::Or.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296982 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/SimplifyCFG.cpp