LoopVectorizer: Ignore all dbg intrinisic
authorArnold Schwaighofer <aschwaighofer@apple.com>
Sat, 9 Mar 2013 16:27:27 +0000 (16:27 +0000)
committerArnold Schwaighofer <aschwaighofer@apple.com>
Sat, 9 Mar 2013 16:27:27 +0000 (16:27 +0000)
commit738295e4570f502360c11bc51843f5a8516a9526
tree7b3f0804196706243122dc492d436d8d1473cdb7
parent56ee544a3af2b019329f06422c00e8a3645b895c
LoopVectorizer: Ignore all dbg intrinisic

Ignore all DbgIntriniscInfo instructions instead of just DbgValueInst.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176769 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/LoopVectorize.cpp