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:
2b6b97c
)
tidy up
author
Jim Grosbach
<grosbach@apple.com>
Fri, 22 Oct 2010 23:46:04 +0000
(23:46 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Fri, 22 Oct 2010 23:46:04 +0000
(23:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117185
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/ARM/constants.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/ARM/constants.ll
b/test/CodeGen/ARM/constants.ll
index c10982fc35b13f8136c3ffc84de6f58c361fde2f..542cf02f2a90d14ee68fa87ef49bedd346d8bc25 100644
(file)
--- a/
test/CodeGen/ARM/constants.ll
+++ b/
test/CodeGen/ARM/constants.ll
@@
-39,9
+39,8
@@
define i32 @f6() {
define void @f7(i32 %a) {
; CHECK: f7
; CHECK: cmp r0, #1, 16
- %b = icmp ugt i32 %a, 65536
; <i1> [#uses=1]
+ %b = icmp ugt i32 %a, 65536
br i1 %b, label %r, label %r
-
-r: ; preds = %0, %0
+r:
ret void
}