Fix test

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125460 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Transforms/InstCombine/bitcast-vec-uniform.ll b/test/Transforms/InstCombine/bitcast-vec-uniform.ll
index ef42889..a0d4678 100644
--- a/test/Transforms/InstCombine/bitcast-vec-uniform.ll
+++ b/test/Transforms/InstCombine/bitcast-vec-uniform.ll
@@ -9,7 +9,7 @@
 }
 
 ; CHECK: @b
-; CHECK: bitcast
+; CHECK-NOT: bitcast
 ; CHECK: ret
 
 define <4 x i32> @b(<1 x i64> %y) {