mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 16:16:45 +00:00
Minor whitespace fix, so this doesn't look like a unary *.
llvm-svn: 78010
This commit is contained in:
parent
aba682a290
commit
958abd37ff
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user