1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

Silence a bogus compiler warning.

llvm-svn: 33145
This commit is contained in:
Evan Cheng 2007-01-12 22:30:07 +00:00
parent 936c770e83
commit 3e3e3865b8

View File

@ -444,6 +444,7 @@ public:
case Type::PointerTyID: return PointerTy;
case Type::PackedTyID: return MVT::Vector;
}
return MVT::isVoid; // Silence a compiler warning.
}
/// getNumElements - Return the number of registers that this ValueType will