Remove a comment that no longer applies.
authorNate Begeman <natebegeman@mac.com>
Tue, 10 Jan 2006 00:15:59 +0000 (00:15 +0000)
committerNate Begeman <natebegeman@mac.com>
Tue, 10 Jan 2006 00:15:59 +0000 (00:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25167 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCInstrInfo.td

index 155c14d47d6b411fd477cdf85a48c9bec73be098..2af0dd16a3b28f849b90233be63a7aada5456fbd 100644 (file)
@@ -224,7 +224,6 @@ let usesCustomDAGSchedInserter = 1 in {  // Expanded by the scheduler.
 
 
 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, []>;