80 cols fix.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 19 Oct 2006 15:24:04 +0000 (15:24 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 19 Oct 2006 15:24:04 +0000 (15:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31050 91177308-0d34-0410-b5e6-96231b3b80d8

utils/NewNightlyTest.pl

index 6101b0ab79e91519609afa9de540e66e0fbe9c09..d08607a4a246b32460fd765eb7297b07804ca92a 100755 (executable)
@@ -136,7 +136,8 @@ while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
                              "OPTIMIZE_OPTION=-O2"; $BUILDTYPE="release"; next;}
   if (/^-release-asserts$/){ $MAKEOPTS = "$MAKEOPTS ENABLE_OPTIMIZED=1 ".
                              "DISABLE-ASSERTIONS=1 ".
-                             "OPTIMIZE_OPTION=-O2"; $BUILDTYPE="release-asserts"; next;}
+                             "OPTIMIZE_OPTION=-O2"; 
+                             $BUILDTYPE="release-asserts"; next;}
   if (/^-enable-llcbeta$/) { $PROGTESTOPTS .= " ENABLE_LLCBETA=1"; next; }
   if (/^-disable-llc$/)    { $PROGTESTOPTS .= " DISABLE_LLC=1";
                              $CONFIGUREARGS .= " --disable-llc_diffs"; next; }