Remove a comment that no longer applies.

llvm-svn: 25167
This commit is contained in:
Nate Begeman 2006-01-10 00:15:59 +00:00
parent 347ed8a581
commit 477933cfbd
1 changed files with 0 additions and 1 deletions

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