diff options
| author | Dan Gohman <gohman@apple.com> | 2009-08-03 22:30:18 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-08-03 22:30:18 +0000 |
| commit | cb9630ddcd3f302b2db8c130394c00c03eb47dae (patch) | |
| tree | b5373d67f53138c28b65b7b64bc589f7712e93c1 /llvm/include | |
| parent | eaed26eb0e42f3a7dc6635effa8810bf78cf1e70 (diff) | |
| download | bcm5719-llvm-cb9630ddcd3f302b2db8c130394c00c03eb47dae.tar.gz bcm5719-llvm-cb9630ddcd3f302b2db8c130394c00c03eb47dae.zip | |
Minor whitespace fix, so this doesn't look like a unary *.
llvm-svn: 78010
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/DerivedTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/DerivedTypes.h b/llvm/include/llvm/DerivedTypes.h index 053091b86fe..e2737bd3c7c 100644 --- a/llvm/include/llvm/DerivedTypes.h +++ b/llvm/include/llvm/DerivedTypes.h @@ -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. |

