Remove the SimpleTy enumerated type field from the MVT
authorDuncan Sands <baldrick@free.fr>
Sun, 19 Apr 2009 06:23:05 +0000 (06:23 +0000)
committerDuncan Sands <baldrick@free.fr>
Sun, 19 Apr 2009 06:23:05 +0000 (06:23 +0000)
commit4a930ecd2aa0a423f92658ec6880497b011ee669
treed50c6bcbecd78ead590c5995c98b1bb8f06bc027
parent0941b0f655b8db94fedc53e343cdcef2259d636a
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
include/llvm/CodeGen/ValueTypes.h