[Bitcode] Remove superflous compatibility tests
authorVedant Kumar <vsk@apple.com>
Wed, 6 Jan 2016 23:22:38 +0000 (23:22 +0000)
committerVedant Kumar <vsk@apple.com>
Wed, 6 Jan 2016 23:22:38 +0000 (23:22 +0000)
With r256990, bogner introduced comprehensive tests for constant arrays
and vectors. We no longer need the existing ones because they are
redundant.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256991 91177308-0d34-0410-b5e6-96231b3b80d8

test/Bitcode/compatibility.ll

index d33539a9e81d9d7c5fe96f51b278cc9b8c38d0c2..34c4a073b549f27f9db254afae6cdd58af9fc06a 100644 (file)
@@ -47,10 +47,6 @@ $comdat.samesize = comdat samesize
 ; CHECK: @const.struct = constant %const.struct.type { i32 -1, i8 undef }
 @const.struct.packed = constant %const.struct.type.packed <{ i32 -1, i8 1 }>
 ; CHECK: @const.struct.packed = constant %const.struct.type.packed <{ i32 -1, i8 1 }>
-@const.array = constant [2 x i32] [i32 -3, i32 -4]
-; CHECK: @const.array = constant [2 x i32] [i32 -3, i32 -4]
-@const.vector = constant <2 x i32> <i32 -5, i32 -6>
-; CHECK: @const.vector = constant <2 x i32> <i32 -5, i32 -6>
 
 ; CHECK: @constant.array.i8  = constant [3 x i8] c"\00\01\00"
 @constant.array.i8  = constant [3 x i8] [i8 -0, i8 1, i8 0]