about summary refs log tree commit diff
path: root/src/libsyntax/parse
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2016-04-14 13:02:47 +0200
committerAndrea Canciani <ranma42@gmail.com>2016-04-19 17:48:51 +0200
commit5879ee1ecaa5738d93613c7bd14bdd09ab48450d (patch)
tree0bf2ac8255b4e938cd7bfd444fa6aa1a938b85d7 /src/libsyntax/parse
parentf942c28900159152358dd2f5718262464c09dc52 (diff)
downloadrust-5879ee1ecaa5738d93613c7bd14bdd09ab48450d.tar.gz
rust-5879ee1ecaa5738d93613c7bd14bdd09ab48450d.zip
Distinguish different `vfp?` features
The different generations of ARM floating point VFP correspond to the
LLVM CPU features named `vfp2`, `vfp3`, and `vfp4`; they are now
exposed in Rust under the same names.

This commit fixes some crashes that would occour when checking if the
`vfp` feature exists (the crash occurs because the linear scan of the
LLVM feature goes past the end of the features whenever it searches
for a feature that does not exist in the LLVM tables).
Diffstat (limited to 'src/libsyntax/parse')
0 files changed, 0 insertions, 0 deletions