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

Morten Ofstad morten at hue.no
Mon Oct 18 02:18:18 PDT 2004


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.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diff.txt
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041018/eb471e59/attachment.txt>


More information about the llvm-dev mailing list