| commit | b2854fadda9048c2713c8e14f790769b60eae6e8 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Fri Aug 26 20:25:03 2005 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Fri Aug 26 20:25:03 2005 +0000 |
| tree | 252b9de33d0803ef4184b2637d664ca214c183c4 | |
| parent | c36c9bdb5d926409496ab7b00d0d743335e2ee85 [diff] |
Make fsel emission work with both the pattern and dag-dag selectors, by giving it a non-instruction opcode. The dag->dag selector used to not select the operands of the fsel, because it thought that whole tree was already selected. llvm-svn: 23091