summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/bitcast-vec-uniform.ll
diff options
context:
space:
mode:
authorNadav Rotem <nadav.rotem@intel.com>2011-02-13 16:13:16 +0000
committerNadav Rotem <nadav.rotem@intel.com>2011-02-13 16:13:16 +0000
commitd239e5af64a7d4b0e6dcf7bc1cabefdaece72268 (patch)
tree4801de637b535b188523de77b99eb517e584e839 /test/Transforms/InstCombine/bitcast-vec-uniform.ll
parentbc53ca1b530aa57280c7a373ea518278abb6ae37 (diff)
downloadllvm-d239e5af64a7d4b0e6dcf7bc1cabefdaece72268.tar.gz
llvm-d239e5af64a7d4b0e6dcf7bc1cabefdaece72268.tar.bz2
llvm-d239e5af64a7d4b0e6dcf7bc1cabefdaece72268.tar.xz
Fix test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125460 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/bitcast-vec-uniform.ll')
-rw-r--r--test/Transforms/InstCombine/bitcast-vec-uniform.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/bitcast-vec-uniform.ll b/test/Transforms/InstCombine/bitcast-vec-uniform.ll
index ef428894e7..a0d4678b0a 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) {