Simplify findNonImmUse; return the result using the return value
authorDan Gohman <gohman@apple.com>
Tue, 27 Jan 2009 19:04:30 +0000 (19:04 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 27 Jan 2009 19:04:30 +0000 (19:04 +0000)
commitc03e9a1040a975670a9c94e94d37dd3a940e0cd5
treeceb016081f9a8d9b89758b55e8804c2fc665ae56
parent2d0f1c57c3f95e43a8b18bfe8481d90b665d5efe
Simplify findNonImmUse; return the result using the return value
instead of via a by-reference argument. No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63118 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelDAGToDAG.cpp