diff options
| author | Dan Gohman <gohman@apple.com> | 2010-05-14 22:00:27 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-05-14 22:00:27 +0000 |
| commit | 062a97f0f63b2b28827d60a3df2aa2584729a91d (patch) | |
| tree | 8b99ee4ee06da7587b281d054915220d83812037 /llvm/lib/Target/Alpha | |
| parent | 0d8ca9e91a232f7fdbb1e21f9bc4adbc6b3dd917 (diff) | |
| download | bcm5719-llvm-062a97f0f63b2b28827d60a3df2aa2584729a91d.tar.gz bcm5719-llvm-062a97f0f63b2b28827d60a3df2aa2584729a91d.zip | |
BR is a barrier.
llvm-svn: 103826
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 d5d5e022116..a47a29b4255 100644 --- a/llvm/lib/Target/Alpha/AlphaInstrInfo.td +++ b/llvm/lib/Target/Alpha/AlphaInstrInfo.td @@ -836,7 +836,7 @@ class br_fcc<bits<6> opc, string asmstr> !strconcat(asmstr, " $R,$dst"), s_fbr>; let isBranch = 1, isTerminator = 1, hasCtrlDep = 1 in { -let Ra = 31 in +let Ra = 31, isBarrier = 1 in def BR : BFormD<0x30, "br $$31,$DISP", [(br bb:$DISP)], s_ubr>; def COND_BRANCH_I : BFormN<0, (ins u64imm:$opc, GPRC:$R, target:$dst), |

