diff options
| author | Stephen Hines <srhines@google.com> | 2012-08-23 19:08:53 -0700 |
|---|---|---|
| committer | Stephen Hines <srhines@google.com> | 2012-08-23 19:08:53 -0700 |
| commit | 31675153bd2d7617db8cb6aeb58054934c7b9f73 (patch) | |
| tree | c1970fcebc736d4f731db0559a79a7ac5cb0f8bf /docs/Passes.html | |
| parent | 416bb6a168a9316547db6ce3909c515f70a84f52 (diff) | |
| parent | 75dd7f0c4a2b3fb9e9d4d5a0517591810c57ed92 (diff) | |
| download | external_llvm-31675153bd2d7617db8cb6aeb58054934c7b9f73.zip external_llvm-31675153bd2d7617db8cb6aeb58054934c7b9f73.tar.gz external_llvm-31675153bd2d7617db8cb6aeb58054934c7b9f73.tar.bz2 | |
Merge branch 'upstream' into merge_2
Conflicts:
lib/Target/ARM/ARMCodeEmitter.cpp
Change-Id: I6702d340c733e9721499b5d85b13b96ad9c14eb5
Diffstat (limited to 'docs/Passes.html')
| -rw-r--r-- | docs/Passes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Passes.html b/docs/Passes.html index 2ebc53a..85292e3 100644 --- a/docs/Passes.html +++ b/docs/Passes.html @@ -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> |
