CalculateSpillWeights does not need to be a pass
[oota-llvm.git] / docs / GettingStartedVS.rst
index 9847c835b85ce2124038a960da2eafbe43212c87..c46dc831eb9a94f0e25c178ba7ac47ce393b9444 100644 (file)
@@ -164,7 +164,7 @@ An Example Using the LLVM Tool Chain
         return 0;
       }
 
-2. Next, compile the C file into a LLVM bitcode file:
+2. Next, compile the C file into an LLVM bitcode file:
 
    .. code-block:: bat