]> granicus.if.org Git - llvm/commit
[InstructionSimplify] Add missing implementation of llvm::SimplifyUnOp. NFC
authorCraig Topper <craig.topper@intel.com>
Fri, 31 May 2019 08:10:23 +0000 (08:10 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 31 May 2019 08:10:23 +0000 (08:10 +0000)
commit2c94ad3f4526cf2b5ac2748adf822f6d23b1c879
treed322a9cc2e93b82f02453d61efebf176648c0144
parentdffcc099aa9c7e5bf765ca3750299015248abcdc
[InstructionSimplify] Add missing implementation of llvm::SimplifyUnOp. NFC

There are no callers currently, but the function is declared so we should at
least implement it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362205 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/InstructionSimplify.cpp