diff options
| author | Chad Rosier <mcrosier@apple.com> | 2012-10-05 17:15:19 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@apple.com> | 2012-10-05 17:15:19 +0000 |
| commit | 3ceb0cc11d9bd9c104391d1078d10bc50f49ae79 (patch) | |
| tree | 6ec035970ea0e7dc132798a0dffea70c2b0248af /llvm | |
| parent | 6d05e69d5a332306e5d4270f1fa42a828db6ff55 (diff) | |
| download | bcm5719-llvm-3ceb0cc11d9bd9c104391d1078d10bc50f49ae79.tar.gz bcm5719-llvm-3ceb0cc11d9bd9c104391d1078d10bc50f49ae79.zip | |
Remove extraneous semicolon.
llvm-svn: 165319
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Target/TargetData.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetData.h b/llvm/include/llvm/Target/TargetData.h index c42fc7c09a9..302efa2502a 100644 --- a/llvm/include/llvm/Target/TargetData.h +++ b/llvm/include/llvm/Target/TargetData.h @@ -30,7 +30,7 @@ public: /// /// @note This has to exist, because this is a pass, but it should never be /// used. - TargetData() : DataLayout() {}; + TargetData() : DataLayout() {} /// Constructs a TargetData from a specification string. /// See DataLayout::init(). |

