From cfb2815695051e30a93108b57038728ba1acc430 Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Tue, 6 Dec 2005 20:40:34 +0000 Subject: [PATCH] OK, this does wonders for broken stuff git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24624 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Alpha/AlphaInstrFormats.td | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Target/Alpha/AlphaInstrFormats.td b/lib/Target/Alpha/AlphaInstrFormats.td index ed919cc7629..cf7df80085c 100644 --- a/lib/Target/Alpha/AlphaInstrFormats.td +++ b/lib/Target/Alpha/AlphaInstrFormats.td @@ -102,6 +102,7 @@ class BForm opcode, string asmstr> let Inst{25-21} = Ra; let Inst{20-0} = disp; } +let isBranch = 1, isTerminator = 1 in class BFormD opcode, string asmstr> : InstAlpha { bits<5> Ra = 31;