llvm-6502/lib/Transforms/InstCombine
Devang Patel 44a29e066a Remove dead debug info intrinsics.
Intrinsic::dbg_stoppoint
 Intrinsic::dbg_region_start 
 Intrinsic::dbg_region_end 
 Intrinsic::dbg_func_start
AutoUpgrade simply ignores these intrinsics now.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92557 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-05 01:10:40 +00:00
..
CMakeLists.txt split 943 lines of instcombine out to a new InstCombineCasts.cpp 2010-01-04 07:53:58 +00:00
InstCombine.h Fix some struct/class specifier mismatches. 2010-01-05 00:15:58 +00:00
InstCombineCasts.cpp move some more cast-related stuff 2010-01-04 07:59:07 +00:00
InstCombineCompares.cpp Truncate GEP indexes larger than the pointer size down to pointer size 2010-01-04 18:57:15 +00:00
InstCombineSimplifyDemanded.cpp move the 'SimplifyDemandedFoo' methods out to their own file, cutting 1K lines out of instcombine.cpp 2010-01-04 07:17:19 +00:00
InstCombineWorklist.h remove a ton of unneeded LLVMContext stuff. 2010-01-04 07:02:48 +00:00
InstructionCombining.cpp Remove dead debug info intrinsics. 2010-01-05 01:10:40 +00:00
Makefile