about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-05-08 21:36:44 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-05-09 08:17:46 -0700
commit96b228835ad3a9b366e572ffb4d3cebee60d0f56 (patch)
treeb3eaebe44fb7bd483fcaa3cf0b79bd217f3058f5 /src/libsyntax/parse/parser.rs
parentcae42a471c13eec8a6470d0845f46f1606d50742 (diff)
downloadrust-96b228835ad3a9b366e572ffb4d3cebee60d0f56.tar.gz
rust-96b228835ad3a9b366e572ffb4d3cebee60d0f56.zip
trans: Always lower to `frem`
Long ago LLVM unfortunately didn't handle the 32-bit MSVC case of `frem` where
it can't be lowered to `fmodf` because that symbol doesn't exist. That was since
fixed in http://reviews.llvm.org/D12099 (landed as r246615) and was released in
what appears to be LLVM 3.8. Now that we're using that branch of LLVM let's
remove our own hacks and help LLVM optimize a little better by giving it
knowledge about what we're doing.
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
0 files changed, 0 insertions, 0 deletions