diff options
Diffstat (limited to 'test/CodeGen/Hexagon/pred-instrs.ll')
-rw-r--r-- | test/CodeGen/Hexagon/pred-instrs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Hexagon/pred-instrs.ll b/test/CodeGen/Hexagon/pred-instrs.ll index 800073e..e0a75f1 100644 --- a/test/CodeGen/Hexagon/pred-instrs.ll +++ b/test/CodeGen/Hexagon/pred-instrs.ll @@ -25,6 +25,6 @@ if.else: ; preds = %entry if.end: ; preds = %if.else, %if.then %storemerge = phi i32 [ %and, %if.else ], [ %shl, %if.then ] store i32 %storemerge, i32* @a, align 4 - %0 = load i32* @d, align 4 + %0 = load i32, i32* @d, align 4 ret i32 %0 } |