summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/bitcast-vec-canon.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/InstCombine/bitcast-vec-canon.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/bitcast-vec-canon.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/InstCombine/bitcast-vec-canon.ll b/llvm/test/Transforms/InstCombine/bitcast-vec-canon.ll
index e603036bfe8..97145221099 100644
--- a/llvm/test/Transforms/InstCombine/bitcast-vec-canon.ll
+++ b/llvm/test/Transforms/InstCombine/bitcast-vec-canon.ll
@@ -5,8 +5,8 @@ define double @a(<1 x i64> %y) {
ret double %c
; CHECK-LABEL: @a(
-; CHECK-NEXT: extractelement <1 x i64> %y, i32 0
-; CHECK-NEXT: bitcast i64 {{.*}} to double
+; CHECK-NEXT: bitcast <1 x i64> %y to <1 x double>
+; CHECK-NEXT: extractelement <1 x double> {{.*}}, i32 0
; CHECK-NEXT: ret double
}
OpenPOWER on IntegriCloud