Update testing documentation with more consistent terminology.
[oota-llvm.git] / docs / LangRef.html
index cd8b7e9f967a5e607af176bccbef90a141901e1f..01b971bf2f0a9402a06394a4ec68ffff9503b983 100644 (file)
@@ -2981,7 +2981,7 @@ specified by the indices is that of <tt>elt</tt>.
 <h5>Example:</h5>
 
 <pre>
-  %result = insertvalue {i32, float} %agg, 1, 0    <i>; yields {i32, float}</i>
+  %result = insertvalue {i32, float} %agg, i32 1, 0    <i>; yields {i32, float}</i>
 </pre>
 </div>