Remove extraneous semicolon.

llvm-svn: 165319
This commit is contained in:
Chad Rosier 2012-10-05 17:15:19 +00:00
parent 6d05e69d5a
commit 3ceb0cc11d
1 changed files with 1 additions and 1 deletions

View File

@ -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().