From 477933cfbd14522d945c30143d12585b58334da3 Mon Sep 17 00:00:00 2001
From: Nate Begeman <natebegeman@mac.com>
Date: Tue, 10 Jan 2006 00:15:59 +0000
Subject: [PATCH] Remove a comment that no longer applies.

llvm-svn: 25167
---
 llvm/lib/Target/PowerPC/PPCInstrInfo.td | 1 -
 1 file changed, 1 deletion(-)

diff --git a/llvm/lib/Target/PowerPC/PPCInstrInfo.td b/llvm/lib/Target/PowerPC/PPCInstrInfo.td
index 155c14d47d6b..2af0dd16a3b2 100644
--- a/llvm/lib/Target/PowerPC/PPCInstrInfo.td
+++ b/llvm/lib/Target/PowerPC/PPCInstrInfo.td
@@ -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, []>;