diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2005-01-13 18:02:40 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2005-01-13 18:02:40 +0000 |
commit | 39ce11b97bd1d75ee1d48d6210955e2a71bc8cc7 (patch) | |
tree | fb57068e85056b6bcfe4aaea75691bf043e8ab12 | |
parent | c35807155cfd1e6bc0a365808116663000eeb1c5 (diff) |
Update the documentation about -enable-llcbeta vs. -enable-linscan
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19530 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-x | utils/NightlyTest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/NightlyTest.pl b/utils/NightlyTest.pl index 09f310d5f3..36a8556311 100755 --- a/utils/NightlyTest.pl +++ b/utils/NightlyTest.pl @@ -23,7 +23,7 @@ # -parallel Run two parallel jobs with GNU Make. # -release Build an LLVM Release version # -pedantic Enable additional GCC warnings to detect possible errors. -# -enable-linscan Enable linearscan tests +# -enable-llcbeta Enable testing of beta features in llc. # -disable-llc Disable LLC tests in the nightly tester. # -disable-jit Disable JIT tests in the nightly tester. # -verbose Turn on some debug output |