Remove roundingMode argument in APFloat::mod
authorStephen Canon <scanon@apple.com>
Mon, 21 Sep 2015 19:29:25 +0000 (19:29 +0000)
committerStephen Canon <scanon@apple.com>
Mon, 21 Sep 2015 19:29:25 +0000 (19:29 +0000)
commitff278be8cfd136b7e3d6128b7dc70114db2fa888
tree960558d4a88c1a65264e84a410b8fe10e2f345d7
parent82ede2f136cdadfb598437e20a9826a71707d674
Remove roundingMode argument in APFloat::mod

Because mod is always exact, this function should have never taken a rounding mode argument.  The actual implementation still has issues, which I'll look at resolving in a subsequent patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248195 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APFloat.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/ExecutionEngine/ExecutionEngine.cpp
lib/IR/ConstantFold.cpp
lib/Support/APFloat.cpp