Add X86 MMX type to bitcode and Type.
[oota-llvm.git] / lib / Target / TargetData.cpp
index f35c96dadcee5f66492454f91b7b69f202cd0acb..74e95e779b8f4445aadf20d38bc9a3f95dc41c08 100644 (file)
@@ -461,6 +461,7 @@ uint64_t TargetData::getTypeSizeInBits(const Type *Ty) const {
   case Type::FloatTyID:
     return 32;
   case Type::DoubleTyID:
+  case Type::X86_MMXTyID:
     return 64;
   case Type::PPC_FP128TyID:
   case Type::FP128TyID: