From 5bff585ef70e70e66a9da0c3a59d6f97ac3ec06c Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Mon, 28 Feb 2011 19:58:06 +0000 Subject: Fix warning when building with clang++. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126679 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/TargetLowering.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index 9079b5b463..42c330f4f2 100644 --- a/include/llvm/Target/TargetLowering.h +++ b/include/llvm/Target/TargetLowering.h @@ -1260,7 +1260,7 @@ public: } /// HandleByVal - Target-specific cleanup for formal ByVal parameters. - virtual void HandleByVal(CCState *) const {}; + virtual void HandleByVal(CCState *) const {} /// CanLowerReturn - This hook should be implemented to check whether the /// return values described by the Outs array can fit into the return -- cgit v1.2.3