Move base value of instruction to lookup table to prepare for case reduction.
[oota-llvm.git] / utils / cvsupdate
index f09cd2f433a31056ac8b805502dba0fb375d817d..e5a58266327344e8a3c6f275e4af954bc18f0dde 100755 (executable)
@@ -44,16 +44,19 @@ else
 endif
 
 echo ""; echo "        FILES UPDATED:"
-grep '^U' cvs.out
+grep '^[UP] ' cvs.out
 
 echo ""; echo "        UPDATE CONFLICTS OCCURRED FOR THE FOLLOWING FILES:"
-grep '^C' cvs.out
+grep '^C ' cvs.out
 
-echo ""; echo " FILES REMOVED FROM YOUR DIRECTORY:"
+echo ""; echo "        NEW FILES THAT NEED TO BE COMMITTED:"
+grep '^[AR] ' cvs.out
+
+echo ""; echo "        FILES REMOVED FROM YOUR DIRECTORY:"
 grep 'no longer in the repository' cvs.out
 
 echo ""; echo "        FILES SUCCESSFULLY MERGED (or locally modified):"
-grep '^M' cvs.out | grep -v Merging
+grep '^M ' cvs.out
 
 echo ""; echo "        NEW FILES AND DIRECTORIES:"
 if ($printnew != 0) then