llvm.fmuladd.* lowering should be checking isOperationLegalOrCustom, rather than
authorLang Hames <lhames@gmail.com>
Thu, 22 Nov 2012 03:31:45 +0000 (03:31 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 22 Nov 2012 03:31:45 +0000 (03:31 +0000)
commitb47ec4087cc1d4cdc647cce7acf03b5c34f91722
tree22fb207b608278bdfd6b749219568dbef20ce4b6
parentb9a12ea0fd92bfdb4c6eb5af333648a618f68686
llvm.fmuladd.* lowering should be checking isOperationLegalOrCustom, rather than
isOperationLegal. Thanks to Craig Topper for pointing this out.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168485 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp