summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-08 18:29:38 +0000
committerChris Lattner <sabre@nondot.org>2010-03-08 18:29:38 +0000
commit2b7ecfbe4067b480a913446c04b915193572effa (patch)
tree533c994fc7394bce9399074fbfa4be0e061b7508 /llvm/lib/Target/Alpha
parent4ce8ebb0870dc12fa2ff5bbcc8cc0551beb07a05 (diff)
downloadbcm5719-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.td2
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)>;
OpenPOWER on IntegriCloud