aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2013-03-27 18:39:52 +0000
committerHal Finkel <hfinkel@anl.gov>2013-03-27 18:39:52 +0000
commite77918c355610ef2c68c3b666b3a3dd0085e1766 (patch)
treed688392f82dab82b9d673657c1bb6532b1bd4f9e
parent2b7f2190514244cedc6b74aea42c2f9a3ee714a9 (diff)
downloadexternal_llvm-e77918c355610ef2c68c3b666b3a3dd0085e1766.zip
external_llvm-e77918c355610ef2c68c3b666b3a3dd0085e1766.tar.gz
external_llvm-e77918c355610ef2c68c3b666b3a3dd0085e1766.tar.bz2
Remove "gpr0 allocation" from the PPC README TODO list
As Chris pointed out, post r178123, this is now done! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178165 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/PowerPC/README.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/README.txt b/lib/Target/PowerPC/README.txt
index b6763aa..9a7902a 100644
--- a/lib/Target/PowerPC/README.txt
+++ b/lib/Target/PowerPC/README.txt
@@ -1,7 +1,6 @@
//===- README.txt - Notes for improving PowerPC-specific code gen ---------===//
TODO:
-* gpr0 allocation
* lmw/stmw pass a la arm load store optimizer for prolog/epilog
===-------------------------------------------------------------------------===