Document "do not use defaults in covered switch-over-enum" coding standard.
[oota-llvm.git] / docs / Passes.html
index 2ebc53ab87e67b48a01f333a2f2cccb08440d639..85292e37412247b8237fd565e5ddd57809af98c7 100644 (file)
@@ -1970,7 +1970,7 @@ if (X &lt; 3) {</pre>
     <li>Verify that a function's argument list agrees with its declared
         type.</li>
     <li>It is illegal to specify a name for a void value.</li>
-    <li>It is illegal to have a internal global value with no initializer.</li>
+    <li>It is illegal to have an internal global value with no initializer.</li>
     <li>It is illegal to have a ret instruction that returns a value that does
         not agree with the function return value type.</li>
     <li>Function call argument types match the function prototype.</li>