From: Suyog Sarda Date: Tue, 7 Oct 2014 11:31:31 +0000 (+0000) Subject: Remove Extra lines. NFC. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ea7f495d4ffe253c985ad2bbac39f5ecd827d136;p=oota-llvm.git Remove Extra lines. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219201 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/InstCombine/icmp-shr.ll b/test/Transforms/InstCombine/icmp-shr.ll index 41009d24c31..8e7c906a545 100644 --- a/test/Transforms/InstCombine/icmp-shr.ll +++ b/test/Transforms/InstCombine/icmp-shr.ll @@ -418,8 +418,6 @@ define i1 @nonexact_lshr_ne_shift_gt(i8 %a) { ret i1 %cmp } - - ; CHECK-LABEL: @exact_ashr_eq ; CHECK-NEXT: icmp eq i8 %a, 7 define i1 @exact_ashr_eq(i8 %a) {