diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-10-22 23:46:04 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-10-22 23:46:04 +0000 |
commit | 4663dc72e2da67bd954af3e53abb1ac4fdffb20b (patch) | |
tree | 62c52cbe0fe9870201f8e3afa486aedc5501f75f /llvm/test/CodeGen/ARM/constants.ll | |
parent | 73067a02db9aa1e29d6df0bece45f8b5f390ed57 (diff) | |
download | bcm5719-llvm-4663dc72e2da67bd954af3e53abb1ac4fdffb20b.tar.gz bcm5719-llvm-4663dc72e2da67bd954af3e53abb1ac4fdffb20b.zip |
tidy up
llvm-svn: 117185
Diffstat (limited to 'llvm/test/CodeGen/ARM/constants.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/constants.ll | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/ARM/constants.ll b/llvm/test/CodeGen/ARM/constants.ll index c10982fc35b..542cf02f2a9 100644 --- a/llvm/test/CodeGen/ARM/constants.ll +++ b/llvm/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 } |