aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Hexagon/struct_args.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Hexagon/struct_args.ll')
-rw-r--r--test/CodeGen/Hexagon/struct_args.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Hexagon/struct_args.ll b/test/CodeGen/Hexagon/struct_args.ll
index f91300b..95b76c7 100644
--- a/test/CodeGen/Hexagon/struct_args.ll
+++ b/test/CodeGen/Hexagon/struct_args.ll
@@ -8,7 +8,7 @@
define void @foo() nounwind {
entry:
- %0 = load i64* bitcast (%struct.small* @s1 to i64*), align 1
+ %0 = load i64, i64* bitcast (%struct.small* @s1 to i64*), align 1
call void @bar(i64 %0)
ret void
}