projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8cc5d5
)
tidy up
author
Chris Lattner
<sabre@nondot.org>
Mon, 8 Mar 2010 18:29:38 +0000
(18:29 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 8 Mar 2010 18:29:38 +0000
(18:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97950
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Alpha/AlphaInstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/Alpha/AlphaInstrInfo.td
b/lib/Target/Alpha/AlphaInstrInfo.td
index 341c4a72a96d211c4e58e25ff2a83ec5420bb627..95de3d85f8a2fe1afb6f1827173d5f8efe33888a 100644
(file)
--- a/
lib/Target/Alpha/AlphaInstrInfo.td
+++ b/
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)>;