Have SCEV turn sext(x) into zext(x) when x is s>= 0. This applies many times in
[llvm.git] / tools / llvm-extract / CMakeLists.txt
bloba4e3266e3532818c46e536283c82fec178fd220c
1 set(LLVM_LINK_COMPONENTS asmparser ipo bitreader bitwriter)
3 add_llvm_tool(llvm-extract
4   llvm-extract.cpp
5   )