Changes in directory llvm/lib/Target/PowerPC:

PPCInstrInfo.td updated: 1.171 -> 1.172
---
Log message:

Remove a comment that no longer applies.


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

 PPCInstrInfo.td |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/Target/PowerPC/PPCInstrInfo.td
diff -u llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.171 
llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.172
--- llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.171       Mon Jan  9 17:20:37 2006
+++ llvm/lib/Target/PowerPC/PPCInstrInfo.td     Mon Jan  9 18:15:59 2006
@@ -224,7 +224,6 @@
 
 
 let isTerminator = 1, noResults = 1 in {
-  // FIXME: temporary workaround for return without an incoming flag.
   let isReturn = 1 in
     def BLR : XLForm_2_ext<19, 16, 20, 0, 0, (ops), "blr", BrB, [(retflag)]>;
   def BCTR : XLForm_2_ext<19, 528, 20, 0, 0, (ops), "bctr", BrB, []>;



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

Reply via email to