SSSE3 -> SSE3. Reported by Alex Kellett.

llvm-svn: 42392
This commit is contained in:
Duncan Sands 2007-09-27 08:24:36 +00:00
parent 2f060736e2
commit a1779909ff
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ optimizer, speeding it up and making it more aggressive. For example:</p>
run many small programs, but is still incomplete and is not yet
fully performant.</li>
<li>Bill Wendling added SSSE3 support to the X86 backend.</li>
<li>Bill Wendling added SSE3 support to the X86 backend.</li>
<li>Nicholas Geoffray contributed improved linux/ppc ABI and JIT support.</li>