1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/include
Ahmed Bougacha 4f552ed040 [CodeGen] Add MVT::FIRST_VALUETYPE to avoid explicit 0. NFC.
Many places reference MVT::LAST_VALUETYPE when iterating over all
valid MVTs, but they usually start with 0.
With FIRST_VALUETYPE, we can avoid explicit constants when we really
should be using MVT::SimpleValueType.

llvm-svn: 225362
2015-01-07 18:39:00 +00:00
..
llvm [CodeGen] Add MVT::FIRST_VALUETYPE to avoid explicit 0. NFC. 2015-01-07 18:39:00 +00:00
llvm-c Finish removing DestroySource. 2014-12-23 19:16:45 +00:00