aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-10-22 22:04:28 +0000
committerJim Grosbach <grosbach@apple.com>2010-10-22 22:04:28 +0000
commit871bf8752f80420b278b8c80c822fa0249a4fb3c (patch)
tree0ffcd8fcd9d6a48c8a40de9dfa2006132a495454
parentd0ad5d52b8c77134e9588159956203485f690f02 (diff)
Remove duplicate test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117158 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/ARM/pack.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/CodeGen/ARM/pack.ll b/test/CodeGen/ARM/pack.ll
index 791c95f08e..90151767b9 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) {