Fix float division-by-zero in R600 scheduler.
authorAlexey Samsonov <vonosmas@gmail.com>
Wed, 17 Sep 2014 17:47:21 +0000 (17:47 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Wed, 17 Sep 2014 17:47:21 +0000 (17:47 +0000)
commit8df2caebe2136d51c7daf19980c4cba69e8cf4fb
tree8df2c6f066f4542854e189d6664d730d4f28d4e9
parent17e0ee5078173356241cb860e2408100ce85ddf4
Fix float division-by-zero in R600 scheduler.

This bug was reported by UBSan.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217967 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/R600MachineScheduler.cpp