Minor whitespace fix, so this doesn't look like a unary *.

llvm-svn: 78010
This commit is contained in:
Dan Gohman 2009-08-03 22:30:18 +00:00
parent aba682a290
commit 958abd37ff

View File

@ -431,7 +431,7 @@ public:
/// @brief Return the number of bits in the Vector type. /// @brief Return the number of bits in the Vector type.
inline unsigned getBitWidth() const { inline unsigned getBitWidth() const {
return NumElements *getElementType()->getPrimitiveSizeInBits(); return NumElements * getElementType()->getPrimitiveSizeInBits();
} }
// Implement the AbstractTypeUser interface. // Implement the AbstractTypeUser interface.