Duplicate file name

While cleaning up 80col violations, I stumbled upon

ggreif@my [!2464] find lib -name SimplifyCFG.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
lib/Transforms/Scalar/SimplifyCFG.cpp

I do not believe this is good, especially IDEs tend to
confuse files with identical names coming from different
directories. (CodeWarrior did.)

Should we rename one of them?

Cheers,

  Gabor

The question is, are there any left? If not, I'd leave it.

I agree with mike that it hasn't been a problem so far and is unlikely to be one, but renaming is easy. Done:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080512/062444.html

-Chris