about summary refs log tree commit diff
path: root/src/rustllvm
diff options
context:
space:
mode:
authorHuon Wilson <dbau.pp+github@gmail.com>2015-05-01 08:56:13 +1000
committerHuon Wilson <dbau.pp+github@gmail.com>2015-05-01 09:15:10 +1000
commit7ba5f166b4643e7d64effda522a63d6710b5ccb3 (patch)
tree85b7b84e8d6c8a6aae260e23e89c914aaed8764c /src/rustllvm
parent5c9636975cdc289e98ef8f33400969371c4ce1bf (diff)
downloadrust-7ba5f166b4643e7d64effda522a63d6710b5ccb3.tar.gz
rust-7ba5f166b4643e7d64effda522a63d6710b5ccb3.zip
Mark the {min,max}_value functions on integers #[inline].
These compile down to `mov $CONSTANT, register; ret`, but the lack of
`#[inline]` meant they have a full `call ...` when used from external
crates.
Diffstat (limited to 'src/rustllvm')
0 files changed, 0 insertions, 0 deletions