[CodeGen] Fix FREM on 32-bit MSVC on x86
authorVedant Kumar <vsk@apple.com>
Wed, 2 Sep 2015 01:31:58 +0000 (01:31 +0000)
committerVedant Kumar <vsk@apple.com>
Wed, 2 Sep 2015 01:31:58 +0000 (01:31 +0000)
commitec0cd29de8f010d1b65226fcc38a2e7c2b53d046
treec6c022aa76ee89f59ceaa2e7904cf8a8fd3ee96f
parent6ad37ecd02c9ad8a75adc5d2e0139e86d135f676
[CodeGen] Fix FREM on 32-bit MSVC on x86

Patch by Dylan McKay!

Differential Revision: http://reviews.llvm.org/D12099

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246615 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/frem-msvc32.ll [new file with mode: 0644]