aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCInstrInfo.td
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2006-01-10 00:15:59 +0000
committerNate Begeman <natebegeman@mac.com>2006-01-10 00:15:59 +0000
commit49dddb273dd5aa0e30d70fdab1549c5f766beaf7 (patch)
tree99364ce0a395bf42337dc005c6e6ebcfb5e1be63 /lib/Target/PowerPC/PPCInstrInfo.td
parentda6d20f0c15205923cb2c3ef4bf9b5d77de88881 (diff)
downloadexternal_llvm-49dddb273dd5aa0e30d70fdab1549c5f766beaf7.zip
external_llvm-49dddb273dd5aa0e30d70fdab1549c5f766beaf7.tar.gz
external_llvm-49dddb273dd5aa0e30d70fdab1549c5f766beaf7.tar.bz2
Remove a comment that no longer applies.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25167 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrInfo.td')
-rw-r--r--lib/Target/PowerPC/PPCInstrInfo.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCInstrInfo.td b/lib/Target/PowerPC/PPCInstrInfo.td
index 155c14d..2af0dd1 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, []>;