projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c95e56
)
Fix testcase
author
Chris Lattner
<sabre@nondot.org>
Fri, 13 Dec 2002 05:42:57 +0000
(
05:42
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 13 Dec 2002 05:42:57 +0000
(
05:42
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4989
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/ExecutionEngine/test-ret.ll
patch
|
blob
|
history
diff --git
a/test/ExecutionEngine/test-ret.ll
b/test/ExecutionEngine/test-ret.ll
index 7387b1b14e02f77b97e8889bb77e8ce68e0b1c10..791018c0652d547a5165a2ce6b8bbf729f39fc43 100644
(file)
--- a/
test/ExecutionEngine/test-ret.ll
+++ b/
test/ExecutionEngine/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 }