From b7f7673feb364c4582582627d404e73e9ed2d788 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Tue, 27 Oct 2009 09:02:49 +0000 Subject: 80-col violation. llvm-svn: 85215 --- llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp') diff --git a/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp b/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp index f5d1139bb62..7ec38914440 100644 --- a/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp +++ b/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp @@ -1901,7 +1901,8 @@ void EmitGenerateActionMethod (const ToolDescription& D, // For every understood option, emit handling code. if (D.Actions) - EmitCaseConstructHandler(D.Actions, Indent2, EmitActionHandlersCallback(OptDescs), + EmitCaseConstructHandler(D.Actions, Indent2, + EmitActionHandlersCallback(OptDescs), false, OptDescs, O); O << '\n'; -- cgit v1.2.3