CodeGen: add sensible defaults for the ISD::FROUND operation
authorTim Northover <tnorthover@apple.com>
Sat, 29 Mar 2014 09:03:18 +0000 (09:03 +0000)
committerTim Northover <tnorthover@apple.com>
Sat, 29 Mar 2014 09:03:18 +0000 (09:03 +0000)
commit483b0e996c4d7b72cffd3ceacc0636758749940e
treed002370568583a63d121515f243b949dff9a8a21
parentbc702ae152a40d025786eb6c3dabd139cf1509b1
CodeGen: add sensible defaults for the ISD::FROUND operation

Some exotic types didn't know how to handle FROUND, which ARM64 uses.

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