diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-12-16 23:31:48 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-12-16 23:31:48 +0000 |
| commit | 4377c67bc642b40de34d4c3a276b391d5ebabf67 (patch) | |
| tree | 35f653b1daa7d794b36361b790b14628fcd21c48 | |
| parent | e92fb346d36ac8ec1a2712ffffce8bc099c1cea7 (diff) | |
| download | bcm5719-llvm-4377c67bc642b40de34d4c3a276b391d5ebabf67.tar.gz bcm5719-llvm-4377c67bc642b40de34d4c3a276b391d5ebabf67.zip | |
Add dummy implementation of __main
llvm-svn: 5089
| -rw-r--r-- | llvm/test/Regression/Jello/2002-12-16-ArgTest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Jello/2002-12-16-ArgTest.ll b/llvm/test/Regression/Jello/2002-12-16-ArgTest.ll index 077e45abab1..e77d95892bd 100644 --- a/llvm/test/Regression/Jello/2002-12-16-ArgTest.ll +++ b/llvm/test/Regression/Jello/2002-12-16-ArgTest.ll @@ -2,7 +2,7 @@ implementation ; Functions: -declare void %__main() +void %__main() { ret void } declare int %puts(sbyte*) |

