Add speculation

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5226 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-01-13 00:35:08 +00:00
parent b708944fc2
commit 70445403c3

View File

@ -205,7 +205,7 @@ After this project:
------------------- -------------------
1. Implement lots of nifty runtime optimizations 1. Implement lots of nifty runtime optimizations
2. Implement a static compiler backend for x86 (might come almost for free...) 2. Implement a static compiler backend for x86 (might come almost for free...)
3. Implement new targets: IA64? X86-64? M68k? Who knows... 3. Implement new targets: IA64? X86-64? M68k? MMIX? Who knows...
Infrastructure Improvements: Infrastructure Improvements:
---------------------------- ----------------------------