fix some sort of weird pasto
authorChris Lattner <sabre@nondot.org>
Sun, 26 Dec 2010 12:05:11 +0000 (12:05 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 26 Dec 2010 12:05:11 +0000 (12:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122560 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/README.txt

index 6b83d47bced974064babc74cc831e1ac12fc76e3..4005431b75a3c450293199e36f1864bf2b8dac27 100644 (file)
@@ -117,66 +117,6 @@ compiles into:
 Instead of doing an explicit test, we can use the flags off the sar.  This
 occurs in a bigger testcase like this, which is pretty common:
 
-#include <vector>
-
-
-int test1(std::vector<int> &X) {
-  int Sum = 0;
-  for (long i = 0, e = X.size(); i != e; ++i)
-    X[i] = 0;
-  return Sum;
-}
-compiles into:
-
-       movq    %rsi, %rbx
-       movl    %edi, %r14d
-       sarl    $2, %r14d
-       testl   %r14d, %r14d
-       je      LBB0_2
-
-Instead of doing an explicit test, we can use the flags off the sar.  This
-occurs in a bigger testcase like this, which is pretty common:
-
-#include <vector>
-
-
-int test1(std::vector<int> &X) {
-  int Sum = 0;
-  for (long i = 0, e = X.size(); i != e; ++i)
-    X[i] = 0;
-  return Sum;
-}
-compiles into:
-
-       movq    %rsi, %rbx
-       movl    %edi, %r14d
-       sarl    $2, %r14d
-       testl   %r14d, %r14d
-       je      LBB0_2
-
-Instead of doing an explicit test, we can use the flags off the sar.  This
-occurs in a bigger testcase like this, which is pretty common:
-
-#include <vector>
-
-
-int test1(std::vector<int> &X) {
-  int Sum = 0;
-  for (long i = 0, e = X.size(); i != e; ++i)
-    X[i] = 0;
-  return Sum;
-}
-compiles into:
-
-       movq    %rsi, %rbx
-       movl    %edi, %r14d
-       sarl    $2, %r14d
-       testl   %r14d, %r14d
-       je      LBB0_2
-
-Instead of doing an explicit test, we can use the flags off the sar.  This
-occurs in a bigger testcase like this, which is pretty common in bootstrap:
-
 #include <vector>
 int test1(std::vector<int> &X) {
   int Sum = 0;