diff options
| author | Vedant Kumar <vsk@apple.com> | 2016-01-06 23:22:38 +0000 |
|---|---|---|
| committer | Vedant Kumar <vsk@apple.com> | 2016-01-06 23:22:38 +0000 |
| commit | e83538bcf9060d17babd6a56d6e64807b14b1597 (patch) | |
| tree | afbef2e91be07546a8b8e51f8774d68de73a29e3 /llvm/test/Bitcode | |
| parent | d99e71833ce3ceac551e16a7518398992e5b622d (diff) | |
| download | bcm5719-llvm-e83538bcf9060d17babd6a56d6e64807b14b1597.tar.gz bcm5719-llvm-e83538bcf9060d17babd6a56d6e64807b14b1597.zip | |
[Bitcode] Remove superflous compatibility tests
With r256990, bogner introduced comprehensive tests for constant arrays
and vectors. We no longer need the existing ones because they are
redundant.
llvm-svn: 256991
Diffstat (limited to 'llvm/test/Bitcode')
| -rw-r--r-- | llvm/test/Bitcode/compatibility.ll | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/test/Bitcode/compatibility.ll b/llvm/test/Bitcode/compatibility.ll index d33539a9e81..34c4a073b54 100644 --- a/llvm/test/Bitcode/compatibility.ll +++ b/llvm/test/Bitcode/compatibility.ll @@ -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] |

