aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Hexagon/fusedandshift.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Hexagon/fusedandshift.ll')
-rw-r--r--test/CodeGen/Hexagon/fusedandshift.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Hexagon/fusedandshift.ll b/test/CodeGen/Hexagon/fusedandshift.ll
index 022b3c6..59a1e1d 100644
--- a/test/CodeGen/Hexagon/fusedandshift.ll
+++ b/test/CodeGen/Hexagon/fusedandshift.ll
@@ -5,7 +5,7 @@
define i32 @main(i16* %a, i16* %b) nounwind {
entry:
- %0 = load i16* %a, align 2
+ %0 = load i16, i16* %a, align 2
%conv1 = sext i16 %0 to i32
%shr1 = ashr i32 %conv1, 3
%and1 = and i32 %shr1, 15