From: Mikhail Glushenkov Date: Thu, 22 Oct 2009 04:15:24 +0000 (+0000) Subject: Forgot a declaration. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7813b5b9e28ca437b3eefc21f42a83109cfdf3b3;p=oota-llvm.git Forgot a declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84828 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CompilerDriver/Common.td b/include/llvm/CompilerDriver/Common.td index bffab59f3ac..79edb0260a3 100644 --- a/include/llvm/CompilerDriver/Common.td +++ b/include/llvm/CompilerDriver/Common.td @@ -70,6 +70,7 @@ def single_input_file; def multiple_input_files; def any_switch_on; def any_not_empty; +def any_empty; // Possible actions.