[LLVMdev] TarjanSCCInterator

Chris Lattner sabre at nondot.org
Fri Nov 15 12:06:01 PST 2002


> when I tried to use the TarjanSCCIterator. I include the header file and
> compile the program. It give me this warning:
> In file included from MemLeakage.cpp:28:
> ../../../include/Support/TarjanSCCIterator.h:59: warning: left shift count

Fixed thusly:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20021111/001581.html

Until the CSIL tree is updated, just apply the changes to your local
version of the file.

-Chris

-- 
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/




More information about the llvm-dev mailing list