[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrFormats.td

Andrew Lenharth alenhar2 at cs.uiuc.edu
Tue Dec 6 12:40:53 PST 2005



Changes in directory llvm/lib/Target/Alpha:

AlphaInstrFormats.td updated: 1.17 -> 1.18
---
Log message:

OK, this does wonders for broken stuff

---
Diffs of the changes:  (+1 -0)

 AlphaInstrFormats.td |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Target/Alpha/AlphaInstrFormats.td
diff -u llvm/lib/Target/Alpha/AlphaInstrFormats.td:1.17 llvm/lib/Target/Alpha/AlphaInstrFormats.td:1.18
--- llvm/lib/Target/Alpha/AlphaInstrFormats.td:1.17	Mon Dec  5 18:33:53 2005
+++ llvm/lib/Target/Alpha/AlphaInstrFormats.td	Tue Dec  6 14:40:34 2005
@@ -102,6 +102,7 @@
   let Inst{25-21} = Ra;
   let Inst{20-0} = disp;
 }
+let isBranch = 1, isTerminator = 1 in
 class BFormD<bits<6> opcode, string asmstr> 
     : InstAlpha<opcode, (ops s21imm:$DISP), asmstr> {
   bits<5> Ra = 31;






More information about the llvm-commits mailing list