From b2331553f84570aa0f72e2393251415bd8379327 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Fri, 22 Oct 2010 23:46:04 +0000 Subject: [PATCH] tidy up git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117185 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/constants.ll | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/CodeGen/ARM/constants.ll b/test/CodeGen/ARM/constants.ll index c10982fc35b..542cf02f2a9 100644 --- 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 ; [#uses=1] + %b = icmp ugt i32 %a, 65536 br i1 %b, label %r, label %r - -r: ; preds = %0, %0 +r: ret void } -- 2.34.1