diff options
| author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-10-27 09:02:49 +0000 |
|---|---|---|
| committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-10-27 09:02:49 +0000 |
| commit | b7f7673feb364c4582582627d404e73e9ed2d788 (patch) | |
| tree | fabb611766e2e62e2cbcff187de372ed14afe93e /llvm/utils | |
| parent | 3d43b38f0faac36a2e4d3df05ca893cb3254ba35 (diff) | |
| download | bcm5719-llvm-b7f7673feb364c4582582627d404e73e9ed2d788.tar.gz bcm5719-llvm-b7f7673feb364c4582582627d404e73e9ed2d788.zip | |
80-col violation.
llvm-svn: 85215
Diffstat (limited to 'llvm/utils')
| -rw-r--r-- | llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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'; |

