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:
2067184
)
Infinite loops, are, well, not good
author
Chris Lattner
<sabre@nondot.org>
Fri, 13 Dec 2002 05:28:50 +0000
(
05:28
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 13 Dec 2002 05:28:50 +0000
(
05:28
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4987
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/ExecutionEngine/test-branch.ll
patch
|
blob
|
history
diff --git
a/test/ExecutionEngine/test-branch.ll
b/test/ExecutionEngine/test-branch.ll
index 3de281b02b916600330ff91ba952b0775043dc6a..d209e0b2f9809623dafea57bb84ab64ac1743391 100644
(file)
--- a/
test/ExecutionEngine/test-branch.ll
+++ b/
test/ExecutionEngine/test-branch.ll
@@
-2,7
+2,7
@@
void %main() {
br label %Test
Test:
- %X = set
ne
int 0, 4
+ %X = set
eq
int 0, 4
br bool %X, label %Test, label %Label
Label:
ret void