mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
Fix two typos in the doc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160762 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1970,7 +1970,7 @@ if (X < 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>
|
||||
|
Reference in New Issue
Block a user