mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 08:08:01 +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.
|
||||
inline unsigned getBitWidth() const {
|
||||
return NumElements *getElementType()->getPrimitiveSizeInBits();
|
||||
return NumElements * getElementType()->getPrimitiveSizeInBits();
|
||||
}
|
||||
|
||||
// Implement the AbstractTypeUser interface.
|
||||
|
Loading…
Reference in New Issue
Block a user