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. llvm-svn: 69515
Loading
Please register or sign in to comment