From d239e5af64a7d4b0e6dcf7bc1cabefdaece72268 Mon Sep 17 00:00:00 2001 From: Nadav Rotem Date: Sun, 13 Feb 2011 16:13:16 +0000 Subject: [PATCH] Fix test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125460 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/bitcast-vec-uniform.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/InstCombine/bitcast-vec-uniform.ll b/test/Transforms/InstCombine/bitcast-vec-uniform.ll index ef428894e72..a0d4678b0a0 100644 --- a/test/Transforms/InstCombine/bitcast-vec-uniform.ll +++ b/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) { -- 2.34.1