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;



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to