OSDN Git Service

[InstCombine] Corrections in comments for division transformation (NFC)
authorSanjay Patel <spatel@rotateright.com>
Sun, 15 Jul 2018 17:06:59 +0000 (17:06 +0000)
committerSanjay Patel <spatel@rotateright.com>
Sun, 15 Jul 2018 17:06:59 +0000 (17:06 +0000)
commit597deb9284417718d5e1a3cea1f173a78b99732e
treed75d9a8f7685ce49a07640d1f6662d7a3505095b
parent08378e6ecfb30066def16d16c18d9c147dce9f4a
[InstCombine] Corrections in comments for division transformation (NFC)

The actual code seems to be correct, but the comments were misleading.

Patch by Aaron Puchert!

Differential Revision: https://reviews.llvm.org/D49276

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337131 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp