1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Forgot a declaration.

llvm-svn: 84828
This commit is contained in:
Mikhail Glushenkov 2009-10-22 04:15:24 +00:00
parent 747a5035b9
commit 5867c0420e

View File

@ -70,6 +70,7 @@ def single_input_file;
def multiple_input_files; def multiple_input_files;
def any_switch_on; def any_switch_on;
def any_not_empty; def any_not_empty;
def any_empty;
// Possible actions. // Possible actions.