From 871bf8752f80420b278b8c80c822fa0249a4fb3c Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Fri, 22 Oct 2010 22:04:28 +0000 Subject: Remove duplicate test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117158 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/pack.ll | 9 --------- 1 file changed, 9 deletions(-) (limited to 'test/CodeGen/ARM/pack.ll') diff --git a/test/CodeGen/ARM/pack.ll b/test/CodeGen/ARM/pack.ll index 791c95f..9015176 100644 --- a/test/CodeGen/ARM/pack.ll +++ b/test/CodeGen/ARM/pack.ll @@ -9,15 +9,6 @@ define i32 @test1(i32 %X, i32 %Y) { ret i32 %tmp5 } -; CHECK: test1a -; CHECK: pkhbt r0, r0, r1, lsl #16 -define i32 @test1a(i32 %X, i32 %Y) { - %tmp19 = and i32 %X, 65535 - %tmp37 = shl i32 %Y, 16 - %tmp5 = or i32 %tmp37, %tmp19 - ret i32 %tmp5 -} - ; CHECK: test2 ; CHECK: pkhbt r0, r0, r1, lsl #12 define i32 @test2(i32 %X, i32 %Y) { -- cgit v1.1