Remove custom implementations of max/min in StringRef that was originally added to...
authorCraig Topper <craig.topper@gmail.com>
Thu, 21 Aug 2014 04:31:10 +0000 (04:31 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 21 Aug 2014 04:31:10 +0000 (04:31 +0000)
commite88b79628563d1c6a6e85e87c542e715c11dd173
treea4b1260c51b408515a2243e80dfd5b4f3a429028
parente996e5e826d970edf69c97abeb64bd7b6c386f69
Remove custom implementations of max/min in StringRef that was originally added to work an old gcc bug. I believe its been fixed by now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216156 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/StringRef.h
lib/Support/StringRef.cpp