diff options
-rw-r--r-- | lib/Target/X86/README.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt index 58a864e01c..79f8e6431a 100644 --- a/lib/Target/X86/README.txt +++ b/lib/Target/X86/README.txt @@ -662,7 +662,3 @@ call _foo Obviously it would have been better for the first mov (or any op) to store directly %esp[0] if there are no other uses. - -//===---------------------------------------------------------------------===// - -Add more vector shuffle special cases using unpckhps and unpcklps. |