diff options
author | Dan Gohman <gohman@apple.com> | 2009-07-24 00:30:09 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-07-24 00:30:09 +0000 |
commit | d2cb3d2c32b8f53bf94d56fbdd48503ace28df4b (patch) | |
tree | 600f87219916311734656684a616d2be9fcda3b9 /lib/Target/PowerPC/README.txt | |
parent | 5ff58b5c3ab6df332600678798ea5c69c5e943d3 (diff) |
Remove the IA-64 backend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76920 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/README.txt')
-rw-r--r-- | lib/Target/PowerPC/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/README.txt b/lib/Target/PowerPC/README.txt index 6e9e6c74e8..f5e50fc808 100644 --- a/lib/Target/PowerPC/README.txt +++ b/lib/Target/PowerPC/README.txt @@ -149,7 +149,7 @@ http://gcc.gnu.org/ml/gcc-patches/2006-02/msg00133.html Implement Newton-Rhapson method for improving estimate instructions to the correct accuracy, and implementing divide as multiply by reciprocal when it has -more than one use. Itanium will want this too. +more than one use. Itanium would want this too. ===-------------------------------------------------------------------------=== |