From: Nate Begeman Date: Tue, 10 Jan 2006 00:15:59 +0000 (+0000) Subject: Remove a comment that no longer applies. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=49dddb273dd5aa0e30d70fdab1549c5f766beaf7;p=oota-llvm.git Remove a comment that no longer applies. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25167 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCInstrInfo.td b/lib/Target/PowerPC/PPCInstrInfo.td index 155c14d47d6..2af0dd16a3b 100644 --- a/lib/Target/PowerPC/PPCInstrInfo.td +++ b/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, []>;