Dangling pointer fix

Hi,

The attached patch fixes a bug of "lib/Analysis/GRSimpleVals.cpp"

grsimple-fix.patch (499 Bytes)

Awesome. Applied!

For some reason I thought ostringstream::str() returned a string reference, not a string. Now I know better!