summaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/TODO
diff options
context:
space:
mode:
authorWesley Peck <peckw@wesleypeck.com>2010-10-27 00:23:01 +0000
committerWesley Peck <peckw@wesleypeck.com>2010-10-27 00:23:01 +0000
commita06038369b830bb83742b6b39775f39dd9e69ae2 (patch)
tree3a183f442074e9a5e183229467d337ad2c06ff35 /lib/Target/MBlaze/TODO
parentc1d30212e911d1e55ff6b25bffefb503708883c3 (diff)
downloadllvm-a06038369b830bb83742b6b39775f39dd9e69ae2.tar.gz
llvm-a06038369b830bb83742b6b39775f39dd9e69ae2.tar.bz2
llvm-a06038369b830bb83742b6b39775f39dd9e69ae2.tar.xz
Adding disassembler to the MicroBlaze backend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117420 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MBlaze/TODO')
-rw-r--r--lib/Target/MBlaze/TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/MBlaze/TODO b/lib/Target/MBlaze/TODO
index 67434e94c5..95047e7c05 100644
--- a/lib/Target/MBlaze/TODO
+++ b/lib/Target/MBlaze/TODO
@@ -30,3 +30,5 @@
slots but I'm not sure that is necessary.
- The processor itineraries are copied from a different backend
and need to be updated to model the MicroBlaze correctly.
+ - Look at the MBlazeGenFastISel.inc stuff and make use of it
+ if appropriate.