From f420eeccbe6c004d8e607b94a26f70aa69ed352f Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Fri, 5 Oct 2012 17:15:19 +0000 Subject: Remove extraneous semicolon. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165319 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/TargetData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/llvm/Target/TargetData.h b/include/llvm/Target/TargetData.h index c42fc7c09a..302efa2502 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(). -- cgit v1.2.3