Use APInt::intersects.
authorDan Gohman <gohman@apple.com>
Wed, 20 Feb 2008 16:30:17 +0000 (16:30 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 20 Feb 2008 16:30:17 +0000 (16:30 +0000)
commitca93a43e8409c6dc5ccf2c9762fb513f9d318372
treed6fac9d3961bc6cbd70ba16fe3d6230bb5919356
parentbd999178929c10bdeb0a2577fa02981778edaee7
Use APInt::intersects.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47380 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp