diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-03-08 18:29:38 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-03-08 18:29:38 +0000 |
| commit | 2b7ecfbe4067b480a913446c04b915193572effa (patch) | |
| tree | 533c994fc7394bce9399074fbfa4be0e061b7508 /llvm/lib/Target/Alpha | |
| parent | 4ce8ebb0870dc12fa2ff5bbcc8cc0551beb07a05 (diff) | |
| download | bcm5719-llvm-2b7ecfbe4067b480a913446c04b915193572effa.tar.gz bcm5719-llvm-2b7ecfbe4067b480a913446c04b915193572effa.zip | |
tidy up
llvm-svn: 97950
Diffstat (limited to 'llvm/lib/Target/Alpha')
| -rw-r--r-- | llvm/lib/Target/Alpha/AlphaInstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaInstrInfo.td b/llvm/lib/Target/Alpha/AlphaInstrInfo.td index 341c4a72a96..95de3d85f8a 100644 --- a/llvm/lib/Target/Alpha/AlphaInstrInfo.td +++ b/llvm/lib/Target/Alpha/AlphaInstrInfo.td @@ -892,7 +892,7 @@ def : Pat<(brcond (setge GPRC:$RA, 0), bb:$DISP), (COND_BRANCH_I (immBRCond 2), GPRC:$RA, bb:$DISP)>; def : Pat<(brcond (setgt GPRC:$RA, 0), bb:$DISP), (COND_BRANCH_I (immBRCond 3), GPRC:$RA, bb:$DISP)>; -def : Pat<(brcond (and GPRC:$RA, 1), bb:$DISP), +def : Pat<(brcond (and GPRC:$RA, 1), bb:$DISP), (COND_BRANCH_I (immBRCond 6), GPRC:$RA, bb:$DISP)>; def : Pat<(brcond (setle GPRC:$RA, 0), bb:$DISP), (COND_BRANCH_I (immBRCond 4), GPRC:$RA, bb:$DISP)>; |

