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:
67920c5
)
Test longs and fp
author
Chris Lattner
<sabre@nondot.org>
Mon, 13 Jan 2003 00:57:19 +0000
(
00:57
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 13 Jan 2003 00:57:19 +0000
(
00:57
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5248
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 791018c0652d547a5165a2ce6b8bbf729f39fc43..02195dd46451716d49715e508d7e710ac916d905 100644
(file)
--- a/
test/ExecutionEngine/test-ret.ll
+++ b/
test/ExecutionEngine/test-ret.ll
@@
-7,7
+7,7
@@
short %test() { ret short -1 }
ushort %test() { ret ushort 65535 }
int %main() { ret int 0 }
uint %test() { ret uint 4 }
-
;long %test() { ret void
}
-
;ulong %test() { ret void
}
-
;
float %test() { ret float 1.0 }
-
;
double %test() { ret double 2.0 }
+
long %test() { ret long 0
}
+
ulong %test() { ret ulong 0
}
+float %test() { ret float 1.0 }
+double %test() { ret double 2.0 }