diff options
author | Daniel Sanders <daniel.sanders@imgtec.com> | 2015-01-11 10:48:20 +0000 |
---|---|---|
committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2015-01-11 10:48:20 +0000 |
commit | 122e7cd1cf58c9ed49af21f333f7ce6751340a5a (patch) | |
tree | 6f988043d5cf7e896a81aa8718be3a788cab0ca3 /llvm/docs | |
parent | 1bcd70e794fb280c5bd8dfeb7697376d18243777 (diff) | |
download | bcm5719-llvm-122e7cd1cf58c9ed49af21f333f7ce6751340a5a.tar.gz bcm5719-llvm-122e7cd1cf58c9ed49af21f333f7ce6751340a5a.zip |
Fix silly mistake in release notes for Mips.
llvm-svn: 225608
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/ReleaseNotes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 5f40a2c453c..b4d68be9f85 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -113,7 +113,7 @@ Changes to the MIPS Target During this release the MIPS target has reached a few major milestones. It has gained support for MIPS-II and MIPS-III, become ABI-compatible with GCC for big -and little endian O32, N32, and N64, and we are now able to compile the Linux +and little endian O32, N32, and N64, and it is now able to compile the Linux kernel for 32-bit targets. ABI |