OSDN Git Service

[InstSimplify] reorder methods; NFC
authorSanjay Patel <spatel@rotateright.com>
Mon, 11 Sep 2017 13:34:27 +0000 (13:34 +0000)
committerSanjay Patel <spatel@rotateright.com>
Mon, 11 Sep 2017 13:34:27 +0000 (13:34 +0000)
commit92ba92dfe422ba1fc9eee0d80c4aeef36e17fd30
tree8c5e31b71588da72855023a86cc599b81020d6e8
parent2a06de490f31f99786ab6dea1e36f6d9757d3cc5
[InstSimplify] reorder methods; NFC

I'm trying to refactor some shared code for integer div/rem,
but I keep having to scroll through fdiv. The FP ops have
nothing in common with the integer ops, so I'm moving FP
below everything else.

While here, improve a couple of comments and fix some formatting.

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