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:
e9913f2
)
Only test that uncond branch works
author
Chris Lattner
<sabre@nondot.org>
Sat, 2 Nov 2002 19:27:45 +0000
(19:27 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 2 Nov 2002 19:27:45 +0000
(19:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4497
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Jello/test3.ll
patch
|
blob
|
history
diff --git
a/test/Jello/test3.ll
b/test/Jello/test3.ll
index 27c5f4179d1f4538176cbfd20f06d25fba8f85ff..abbb7d30a9a93777ee7fae5c056177cf1008b17b 100644
(file)
--- a/
test/Jello/test3.ll
+++ b/
test/Jello/test3.ll
@@
-1,6
+1,6
@@
; test unconditional branch
-
int
%main() {
+
void
%main() {
br label %Test
Test:
- ret
int 0
+ ret
void
}