Def here is an Instruction, so !isa<Instruction>(Def) is always false,
authorDan Gohman <gohman@apple.com>
Fri, 13 Apr 2012 00:50:57 +0000 (00:50 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 13 Apr 2012 00:50:57 +0000 (00:50 +0000)
commit0120f7913fc7eee98ac16052e02466c1c50abd9b
tree57ac397860ebfa7629c53102eeace3d3c12eeea4
parent558ece284cef9d42a96577f3943cb3efee8904e0
Def here is an Instruction, so !isa<Instruction>(Def) is always false,
as Eli noticed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154641 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Dominators.cpp