diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-11-02 06:49:37 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-11-02 06:49:37 +0000 |
| commit | b5310bdbe9a1da376cfc368ddc2dda17942d1306 (patch) | |
| tree | 60c8d6b4c193a8df9209692375ef668255d0316f /llvm/lib/Target | |
| parent | 590176be16e67caca0b436793e4a0a48fdfb61a7 (diff) | |
| download | bcm5719-llvm-b5310bdbe9a1da376cfc368ddc2dda17942d1306.tar.gz bcm5719-llvm-b5310bdbe9a1da376cfc368ddc2dda17942d1306.zip | |
This works now
llvm-svn: 24150
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/IA64/IA64InstrInfo.td | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/IA64/IA64InstrInfo.td b/llvm/lib/Target/IA64/IA64InstrInfo.td index 97764219545..9bd8678478b 100644 --- a/llvm/lib/Target/IA64/IA64InstrInfo.td +++ b/llvm/lib/Target/IA64/IA64InstrInfo.td @@ -360,8 +360,7 @@ def SELECTINT : Pat<(select PR:$which, GR:$src1, GR:$src2), // load constants of various sizes // FIXME: prettyprint -ve constants def : Pat<(i64 immSExt14:$imm), (ADDS r0, immSExt14:$imm)>; def : Pat<(i64 imm64:$imm), (MOVL imm64:$imm)>; -//FIXME: tablegen coughs on this next one: -//def : Pat<(i1 1), (CMPEQ r0, r0)>; // TODO: this should just be a ref to p0 +def : Pat<(i1 1), (CMPEQ r0, r0)>; // TODO: this should just be a ref to p0 // TODO: support postincrement (reg, imm9) loads+stores - this needs more // tablegen support |

