Jim Laskey fde1b3bb2f 1. Remove condition on delete.
2. Protect and outline createTargetAsmInfo.

3. Misc. kruft.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30169 91177308-0d34-0410-b5e6-96231b3b80d8
2006-09-07 23:39:26 +00:00
..
2006-05-27 01:23:30 +00:00
2006-09-02 20:24:25 +00:00
2006-08-25 17:55:16 +00:00
2006-09-06 18:03:12 +00:00
2006-05-14 22:18:28 +00:00
2006-08-22 12:22:46 +00:00

//===---------------------------------------------------------------------===//
// Random ideas for the ARM backend.
//===---------------------------------------------------------------------===//

Consider implementing a select with two conditional moves:

cmp x, y
moveq dst, a
movne dst, b