From 721c201bd55ffb73cb2ba8d39e0570fa38c44e15 Mon Sep 17 00:00:00 2001 From: dim Date: Wed, 15 Aug 2012 19:34:23 +0000 Subject: Vendor import of llvm trunk r161861: http://llvm.org/svn/llvm-project/llvm/trunk@161861 --- docs/CommandGuide/llvm-stress.pod | 42 --------------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 docs/CommandGuide/llvm-stress.pod (limited to 'docs/CommandGuide/llvm-stress.pod') diff --git a/docs/CommandGuide/llvm-stress.pod b/docs/CommandGuide/llvm-stress.pod deleted file mode 100644 index 92083d2..0000000 --- a/docs/CommandGuide/llvm-stress.pod +++ /dev/null @@ -1,42 +0,0 @@ -=pod - -=head1 NAME - -llvm-stress - generate random .ll files - -=head1 SYNOPSIS - -B [-gcno=filename] [-gcda=filename] [dump] - -=head1 DESCRIPTION - -The B tool is used to generate random .ll files that can be used to -test different components of LLVM. - -=head1 OPTIONS - -=over - -=item B<-o> I - -Specify the output filename. - -=item B<-size> I - -Specify the size of the generated .ll file. - -=item B<-seed> I - -Specify the seed to be used for the randomly generated instructions. - -=back - -=head1 EXIT STATUS - -B returns 0. - -=head1 AUTHOR - -B is maintained by the LLVM Team (L). - -=cut -- cgit v1.1