Yet more error message improvement
[ghc-hetmet.git] / docs / users_guide / using.xml
index 7e9b3a4..593781f 100644 (file)
@@ -268,6 +268,22 @@ module X where
       </varlistentry>
       
       <varlistentry>
+       <term><filename>.ll</filename></term>
+       <listitem>
+         <para>An llvm-intermediate-language source file, usually
+          produced by the compiler.</para>
+       </listitem>
+      </varlistentry>
+
+      <varlistentry>
+       <term><filename>.bc</filename></term>
+       <listitem>
+         <para>An llvm-intermediate-language bitcode file, usually
+          produced by the compiler.</para>
+       </listitem>
+      </varlistentry>
+
+      <varlistentry>
        <term><filename>.s</filename></term>
        <listitem>
          <para>An assembly-language source file, usually produced by
@@ -1123,7 +1139,7 @@ foreign import "&amp;f" f :: FunPtr t
       is bound in a way that looks lazy, e.g.
       <literal>where (I# x) = ...</literal>. Use
       <literal>where !(I# x) = ...</literal> instead. This will be an
-      error, rather than a warning, in GHC 6.14.
+      error, rather than a warning, in GHC 7.2.
       </para>
        </listitem>
       </varlistentry>
@@ -2174,7 +2190,7 @@ f "2"    = 2
        <term><option>-msse2</option>:</term>
        <listitem>
           <para>
-            (x86 only, added in GHC 6.14.1) Use the SSE2 registers and
+            (x86 only, added in GHC 7.0.1) Use the SSE2 registers and
             instruction set to implement floating point operations
             when using the native code generator.  This gives a
             substantial performance improvement for floating point,