Implement optimization folding setcc into branch.
authorChris Lattner <sabre@nondot.org>
Thu, 16 Jan 2003 16:43:00 +0000 (16:43 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 16 Jan 2003 16:43:00 +0000 (16:43 +0000)
commit6d40c191ee4bf34ee437e7d8688d20a3eb54e88b
treeacd7639eff31e95eb3abfd7ea192add0913e8625
parentb037ee822c5fb19f5ec985221b602a8c3dd3267e
Implement optimization folding setcc into branch.

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