Skip to content
Snippets Groups Projects
Commit 29b7ef00 authored by Andrew Lenharth's avatar Andrew Lenharth
Browse files

OK, this does wonders for broken stuff

llvm-svn: 24624
parent e3cccc93
No related branches found
No related tags found
No related merge requests found
...@@ -102,6 +102,7 @@ class BForm<bits<6> opcode, string asmstr> ...@@ -102,6 +102,7 @@ class BForm<bits<6> opcode, string asmstr>
let Inst{25-21} = Ra; let Inst{25-21} = Ra;
let Inst{20-0} = disp; let Inst{20-0} = disp;
} }
let isBranch = 1, isTerminator = 1 in
class BFormD<bits<6> opcode, string asmstr> class BFormD<bits<6> opcode, string asmstr>
: InstAlpha<opcode, (ops s21imm:$DISP), asmstr> { : InstAlpha<opcode, (ops s21imm:$DISP), asmstr> {
bits<5> Ra = 31; bits<5> Ra = 31;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment