diff options
author | Chris Lattner <sabre@nondot.org> | 2006-01-31 07:38:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-01-31 07:38:32 +0000 |
commit | a45b4925e19e6f70b37b27280e41cafd8a0095a3 (patch) | |
tree | 4da912d6911497c6e9994890505de4c227a694e2 | |
parent | 302601c3436c3345822e319f7e2cd00099a65296 (diff) | |
download | external_llvm-a45b4925e19e6f70b37b27280e41cafd8a0095a3.zip external_llvm-a45b4925e19e6f70b37b27280e41cafd8a0095a3.tar.gz external_llvm-a45b4925e19e6f70b37b27280e41cafd8a0095a3.tar.bz2 |
another one
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25844 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/Sparc/README.txt | 1 | ||||
-rw-r--r-- | lib/Target/SparcV8/README.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/Sparc/README.txt b/lib/Target/Sparc/README.txt index 93e2dd8..5ec8da8 100644 --- a/lib/Target/Sparc/README.txt +++ b/lib/Target/Sparc/README.txt @@ -37,3 +37,4 @@ t1: 1) should be replaced with a brz in V9 mode. +* Same as above, but emit conditional move on register zero (p192) in V9 mode. diff --git a/lib/Target/SparcV8/README.txt b/lib/Target/SparcV8/README.txt index 93e2dd8..5ec8da8 100644 --- a/lib/Target/SparcV8/README.txt +++ b/lib/Target/SparcV8/README.txt @@ -37,3 +37,4 @@ t1: 1) should be replaced with a brz in V9 mode. +* Same as above, but emit conditional move on register zero (p192) in V9 mode. |