Patch for scoping problem in lib/Transforms/Scalar/LowerGC.cpp

This isn't really a bug, but it's generally bad style to declare variables with the same name in almost the same scope... The Visual C compiler can't compile things like this, so here is a patch.

m.

diff.txt (732 Bytes)