OSDN Git Service

Refactor creation of overflow result tuples in InstCombineCalls.
authorErik Eckstein <eeckstein@apple.com>
Thu, 11 Dec 2014 08:02:30 +0000 (08:02 +0000)
committerErik Eckstein <eeckstein@apple.com>
Thu, 11 Dec 2014 08:02:30 +0000 (08:02 +0000)
commit1bf1224a06efc6ecb498bca42bae244b0fb67f09
tree2e5b9885d10f18be00132444d10cbb7c16d93471
parent3490558860a320e9d0e838070a6ca297bbc8ce8e
Refactor creation of overflow result tuples in InstCombineCalls.

Extract the creation of overflow result tuples in a separate function. NFC.

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