1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Option no more

llvm-svn: 12360
This commit is contained in:
Chris Lattner 2004-03-13 19:36:30 +00:00
parent a2f653d0cc
commit 4fc81f57f8

View File

@ -184,7 +184,7 @@ non-obvious ways. Here are some hints and tips:<p>
Assume a non-zero exit code or core dump from the test program is
a failure. Defaults to true.<p>
<li><tt>-disable-{adce,dce,simplifycfg}</tt><br>
<li><tt>-disable-{dce,simplifycfg}</tt><br>
Do not run the specified passes to clean up and reduce the size of the
test program. By default, <tt>bugpoint</tt> uses these passes internally
when attempting to reduce test programs. If you're trying to find