llvm/include
Duncan Sands 4a930ecd2a Remove the SimpleTy enumerated type field from the MVT
value type union: this field was causing problems for
some compilers on 64 bit systems, presumably because
SimpleTy is 32 bits wide while the other fields are
64 bits wide.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69515 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-19 06:23:05 +00:00
..
llvm Remove the SimpleTy enumerated type field from the MVT 2009-04-19 06:23:05 +00:00
llvm-c add AvailableExternally linkage to C bindings. 2009-04-13 06:25:37 +00:00