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 | 4ee637c730d7fa53f5991294966bc324bd5c8baa (patch) | |
tree | 5cd858719e8623c384e42b5d66676aaa302f947e | |
parent | f84d60b6495d059be725b432c0adf2fdf780dad6 (diff) |
BR is a barrier.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103826 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/Alpha/AlphaInstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Alpha/AlphaInstrInfo.td b/lib/Target/Alpha/AlphaInstrInfo.td index d5d5e02211..a47a29b425 100644 --- a/lib/Target/Alpha/AlphaInstrInfo.td +++ b/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), |