OSDN Git Service

Fix SCEVExpander::visitSMaxExpr and SCEVExpander::visitUMaxExpr to
authorDan Gohman <gohman@apple.com>
Thu, 16 Apr 2009 16:15:25 +0000 (16:15 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 16 Apr 2009 16:15:25 +0000 (16:15 +0000)
commit6524d3ab0e93cfaa1da4293428a5b0b4f106606d
tree7c5e745f798a41a1aa365171882200aaf5a8aa51
parentf04fa483b83227c570bc58e1684ea096430a6697
Fix SCEVExpander::visitSMaxExpr and SCEVExpander::visitUMaxExpr to
not create ICmpInsts with operands of different types. This fixes
a regression in Applications/d/make_dparser.

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