projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da6d20f
)
Remove a comment that no longer applies.
author
Nate Begeman
<natebegeman@mac.com>
Tue, 10 Jan 2006 00:15:59 +0000
(
00:15
+0000)
committer
Nate 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
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCInstrInfo.td
b/lib/Target/PowerPC/PPCInstrInfo.td
index 155c14d47d6b411fd477cdf85a48c9bec73be098..2af0dd16a3b28f849b90233be63a7aada5456fbd 100644
(file)
--- 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, []>;