diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-12-13 05:42:57 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-12-13 05:42:57 +0000 |
| commit | f243ce960a038ff5feea21f6e3ce218c6cb6a062 (patch) | |
| tree | 7ee6625369a0fccb74894075fe57a0094dbbc625 /llvm | |
| parent | 7ccef077862a18f6b810a8192d40e6a7bf89d61c (diff) | |
| download | bcm5719-llvm-f243ce960a038ff5feea21f6e3ce218c6cb6a062.tar.gz bcm5719-llvm-f243ce960a038ff5feea21f6e3ce218c6cb6a062.zip | |
Fix testcase
llvm-svn: 4989
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Regression/Jello/test-ret.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Jello/test-ret.ll b/llvm/test/Regression/Jello/test-ret.ll index 7387b1b14e0..791018c0652 100644 --- a/llvm/test/Regression/Jello/test-ret.ll +++ b/llvm/test/Regression/Jello/test-ret.ll @@ -5,7 +5,7 @@ sbyte %test() { ret sbyte 1 } ubyte %test() { ret ubyte 1 } short %test() { ret short -1 } ushort %test() { ret ushort 65535 } -int %main() { ret int -1 } +int %main() { ret int 0 } uint %test() { ret uint 4 } ;long %test() { ret void } ;ulong %test() { ret void } |

