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:
parent
936c770e83
commit
3e3e3865b8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user