Switched from using diff to cmp for two reasons:
o Not all versions of diff have the -q option o The cmp program is probably faster than diff Fixed the logic that only copies the file over if no differences are found. llvm-svn: 7615
Loading
Please register or sign in to comment