diff options
-rw-r--r-- | llvm/test/Transforms/InstCombine/bitcast-vec-uniform.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/bitcast-vec-uniform.ll b/llvm/test/Transforms/InstCombine/bitcast-vec-uniform.ll index ef428894e72..a0d4678b0a0 100644 --- a/llvm/test/Transforms/InstCombine/bitcast-vec-uniform.ll +++ b/llvm/test/Transforms/InstCombine/bitcast-vec-uniform.ll @@ -9,7 +9,7 @@ define <4 x i32> @a(<1 x i64> %y) { } ; CHECK: @b -; CHECK: bitcast +; CHECK-NOT: bitcast ; CHECK: ret define <4 x i32> @b(<1 x i64> %y) { |