[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrInfo.td

Nate Begeman natebegeman at mac.com
Mon Jan 9 16:16:11 PST 2006



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, []>;






More information about the llvm-commits mailing list