Fix more places to more thoroughly ignore debug intrinsics. This fixes
authorDan Gohman <gohman@apple.com>
Fri, 19 Mar 2010 21:51:03 +0000 (21:51 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 19 Mar 2010 21:51:03 +0000 (21:51 +0000)
commit6c7ed6b54949949806797bafdf545fbfecb2cef5
tree42b186af9d4379c816d912bda2519563fb0b698f
parent99521af21277bf6cc744f1a01fd9a6d32ac2673f
Fix more places to more thoroughly ignore debug intrinsics. This fixes
use-before-def errors in SCEVExpander-produced code in sqlite3 when debug
info with optimization is enabled, though the testcases for this are
dependent on use-list order.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99001 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ScalarEvolutionExpander.h
lib/Analysis/ScalarEvolutionExpander.cpp