diff --git a/include/llvm/Target/TargetData.h b/include/llvm/Target/TargetData.h index c42fc7c09a9..302efa2502a 100644 --- a/include/llvm/Target/TargetData.h +++ b/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().