aboutsummaryrefslogtreecommitdiffstats
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
commite2aad23855e1718b0404903c53bd87a700a1aaf3 (patch)
treeb68990671b64df0ea815a884b7ce17daa4887fb7
parent4bc3daaa3f3c9f22d5dd695e987e8d20f999791c (diff)
downloadexternal_llvm-e2aad23855e1718b0404903c53bd87a700a1aaf3.zip
external_llvm-e2aad23855e1718b0404903c53bd87a700a1aaf3.tar.gz
external_llvm-e2aad23855e1718b0404903c53bd87a700a1aaf3.tar.bz2
-help is verbose enough that we don't need this anymore
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/llc/README.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/llc/README.txt b/tools/llc/README.txt
deleted file mode 100644
index a87ecb0..0000000
--- a/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.
-