OSDN Git Service

Factor out code for computing umin and smin for SCEV expressions into
authorDan Gohman <gohman@apple.com>
Mon, 22 Jun 2009 03:18:45 +0000 (03:18 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 22 Jun 2009 03:18:45 +0000 (03:18 +0000)
commitf9a9a9928cc977970d9852292b1c139074ecf055
tree33a5dba878bf020c2cb74aed81f275e18e466125
parent2cf5f14f20ef0dc0d1ebddc45e11661df91f6ebf
Factor out code for computing umin and smin for SCEV expressions into
helper functions. Based on a patch by Nick Lewycky.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73869 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ScalarEvolution.h
lib/Analysis/ScalarEvolution.cpp