Fix a load folding issue that Evan noticed: there is no need to export values
authorChris Lattner <sabre@nondot.org>
Sun, 29 Oct 2006 18:23:37 +0000 (18:23 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 29 Oct 2006 18:23:37 +0000 (18:23 +0000)
commit5a145f0094d7e15ca3c0326b1af2ea0ad19f9726
tree21f37c101a6d123d9ab4b7e239a378a3a2d61438
parenta97c67c8665de3384fcd3656006504f79eceebfc
Fix a load folding issue that Evan noticed: there is no need to export values
used by comparisons in the main block.

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