aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/promote-trunc.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/promote-trunc.ll')
-rw-r--r--test/CodeGen/X86/promote-trunc.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/promote-trunc.ll b/test/CodeGen/X86/promote-trunc.ll
index 40a58b0..a20557a 100644
--- a/test/CodeGen/X86/promote-trunc.ll
+++ b/test/CodeGen/X86/promote-trunc.ll
@@ -1,9 +1,9 @@
; RUN: llc < %s -march=x86-64
define<4 x i8> @func_8_64() {
- %F = load <4 x i64>* undef
+ %F = load <4 x i64>, <4 x i64>* undef
%G = trunc <4 x i64> %F to <4 x i8>
- %H = load <4 x i64>* undef
+ %H = load <4 x i64>, <4 x i64>* undef
%Y = trunc <4 x i64> %H to <4 x i8>
%T = add <4 x i8> %Y, %G
ret <4 x i8> %T