diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-01-13 00:35:08 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-01-13 00:35:08 +0000 |
| commit | 888a8084b6f4908bb782c4a9af9dab61c3b9dfb5 (patch) | |
| tree | f827ff83a3da9ec7723d91631f716c9c537fec75 /llvm/lib/Target | |
| parent | 956e8379f94c0d512cf0a42a0f0eb79d18f8b5bb (diff) | |
| download | bcm5719-llvm-888a8084b6f4908bb782c4a9af9dab61c3b9dfb5.tar.gz bcm5719-llvm-888a8084b6f4908bb782c4a9af9dab61c3b9dfb5.zip | |
Add speculation
llvm-svn: 5226
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/X86/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/README.txt b/llvm/lib/Target/X86/README.txt index 956859ba5d8..298acbcb279 100644 --- a/llvm/lib/Target/X86/README.txt +++ b/llvm/lib/Target/X86/README.txt @@ -205,7 +205,7 @@ After this project: ------------------- 1. Implement lots of nifty runtime optimizations 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: ---------------------------- |

