From df7a4f2515ce59b487c24e8bb8ea98c10b3edabf Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Thu, 7 Oct 2010 22:25:06 +0000 Subject: Now with fewer extraneous semicolons! llvm-svn: 115996 --- llvm/lib/Transforms/IPO/FunctionAttrs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms/IPO/FunctionAttrs.cpp') diff --git a/llvm/lib/Transforms/IPO/FunctionAttrs.cpp b/llvm/lib/Transforms/IPO/FunctionAttrs.cpp index 6165ba023f7..0c0ca84462b 100644 --- a/llvm/lib/Transforms/IPO/FunctionAttrs.cpp +++ b/llvm/lib/Transforms/IPO/FunctionAttrs.cpp @@ -70,7 +70,7 @@ namespace { char FunctionAttrs::ID = 0; INITIALIZE_PASS(FunctionAttrs, "functionattrs", - "Deduce function attributes", false, false); + "Deduce function attributes", false, false) Pass *llvm::createFunctionAttrsPass() { return new FunctionAttrs(); } -- cgit v1.2.3