aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Hexagon/static.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Hexagon/static.ll')
-rw-r--r--test/CodeGen/Hexagon/static.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/Hexagon/static.ll b/test/CodeGen/Hexagon/static.ll
index 683a4c2..760b8b5 100644
--- a/test/CodeGen/Hexagon/static.ll
+++ b/test/CodeGen/Hexagon/static.ll
@@ -10,10 +10,10 @@
define void @foo() nounwind {
entry:
- %0 = load i32* @num, align 4
- %1 = load i32* @acc, align 4
+ %0 = load i32, i32* @num, align 4
+ %1 = load i32, i32* @acc, align 4
%mul = mul nsw i32 %0, %1
- %2 = load i32* @val, align 4
+ %2 = load i32, i32* @val, align 4
%add = add nsw i32 %mul, %2
store i32 %add, i32* @num, align 4
ret void