diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-12-04 17:35:11 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-12-04 17:35:11 +0000 | 
| commit | 2b210cf9497b72668a818a9776c67623b3ed2758 (patch) | |
| tree | 5cb8063d47aba5814dd40e08aed982f9aea6c59a /llvm | |
| parent | fb8032dc840c34b439e38dec20d848b4ac858f1b (diff) | |
| download | bcm5719-llvm-2b210cf9497b72668a818a9776c67623b3ed2758.tar.gz bcm5719-llvm-2b210cf9497b72668a818a9776c67623b3ed2758.zip  | |
New testcase
llvm-svn: 4920
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Regression/Jello/simpletest.ll | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/test/Regression/Jello/simpletest.ll b/llvm/test/Regression/Jello/simpletest.ll new file mode 100644 index 00000000000..79ff9acaaac --- /dev/null +++ b/llvm/test/Regression/Jello/simpletest.ll @@ -0,0 +1,9 @@ +implementation + +int %bar() { ret int 0 } + +int %main() { +        %r = call int %bar() +        ret int %r +} +  | 

