summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-07-23 18:31:02 +0000
committerChris Lattner <sabre@nondot.org>2001-07-23 18:31:02 +0000
commita6b2ddeb8260d116082257fc4243036e3e61a339 (patch)
treecc5787852079951aeffb4f36f8868f2c0ad139c2 /llvm
parent78a307b170a1b78766f9520104eeb2fe53b1195f (diff)
downloadbcm5719-llvm-a6b2ddeb8260d116082257fc4243036e3e61a339.tar.gz
bcm5719-llvm-a6b2ddeb8260d116082257fc4243036e3e61a339.zip
-help is verbose enough that we don't need this anymore
llvm-svn: 281
Diffstat (limited to 'llvm')
-rw-r--r--llvm/tools/llc/README.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/llvm/tools/llc/README.txt b/llvm/tools/llc/README.txt
deleted file mode 100644
index a87ecb0923a..00000000000
--- a/llvm/tools/llc/README.txt
+++ /dev/null
@@ -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.
-
OpenPOWER on IntegriCloud