-help is verbose enough that we don't need this anymore

llvm-svn: 281
This commit is contained in:
Chris Lattner 2001-07-23 18:31:02 +00:00
parent 78a307b170
commit a6b2ddeb82
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
To run this utility:
For a list of options:
llc -h
To see the generated machine instructions:
llc -debug_select 1 <bytecode-file>
I left that as a "debugging" option since it is not real code.
Use 2 instead of 1 to dump the mapping between LLVM instructions and
Machine instructions, and 5 to see the patterns chosen by BURG.
These outputs aren't very clean.