]> gcc.gnu.org Git - gcc.git/blobdiff - contrib/index-prop
new option to disable guessing of branch prediction
[gcc.git] / contrib / index-prop
index 285ad8c58905cf4491489e59be2ad26438476ef4..1ea648989f68fe3e421146b729a0a743c3859d88 100755 (executable)
@@ -14,8 +14,8 @@ while (<>)
       for (1..7)
        {
          $_ = <>;
-         s/^--- [^\t]+\t/--- $full\t/;
-          s/^\+\+\+ [^\t]+\t/\+\+\+ $full\t/;
+         s/^([-+*]{3}) [^\t]+\t/$1 $full\t/
+           unless m{ /dev/null\t};
          print;
        }
     }
This page took 0.032054 seconds and 5 git commands to generate.