aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Hexagon/tfr-to-combine.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Hexagon/tfr-to-combine.ll')
-rw-r--r--test/CodeGen/Hexagon/tfr-to-combine.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Hexagon/tfr-to-combine.ll b/test/CodeGen/Hexagon/tfr-to-combine.ll
index e3057cd..d22d685 100644
--- a/test/CodeGen/Hexagon/tfr-to-combine.ll
+++ b/test/CodeGen/Hexagon/tfr-to-combine.ll
@@ -20,7 +20,7 @@ define i64 @test2() #0 {
; CHECK: combine(#0, r{{[0-9]+}})
entry:
store i16 0, i16* @a, align 2
- %0 = load i16* @c, align 2
+ %0 = load i16, i16* @c, align 2
%conv2 = zext i16 %0 to i64
ret i64 %conv2
}