Skip to content
Commit 5400cd9b authored by Torok Edwin's avatar Torok Edwin
Browse files

Workaround PR5482, because all the gcc versions that I had were miscompiling StringRef:

4.2.4, 4.3.4, 4.4.2.
The workaround is to use a local min/max implementation that takes an integer
param, and not a reference to integer param (like std::min does).

llvm-svn: 89352
parent f0a746e8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment