diff options
-rw-r--r-- | lib/CodeGen/SelectionDAG/TargetLowering.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp index d43e6a6357..64455a1491 100644 --- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -2200,6 +2200,7 @@ MVT::ValueType TargetLowering::getValueType(const Type *Ty) const { case 16: return MVT::i16; case 32: return MVT::i32; case 64: return MVT::i64; + case 128: return MVT::i128; } break; case Type::FloatTyID: return MVT::f32; |