diff options
Diffstat (limited to 'test/CodeGen/Thumb/stm-merge.ll')
-rw-r--r-- | test/CodeGen/Thumb/stm-merge.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb/stm-merge.ll b/test/CodeGen/Thumb/stm-merge.ll index d4b4cd2..5492ad8 100644 --- a/test/CodeGen/Thumb/stm-merge.ll +++ b/test/CodeGen/Thumb/stm-merge.ll @@ -18,7 +18,7 @@ entry: store i32 %x, i32* %i, align 4 store i32 %y, i32* %h, align 4 store i32 %z, i32* %g, align 4 - %.pr = load i32* @d, align 4 + %.pr = load i32, i32* @d, align 4 %cmp11 = icmp slt i32 %.pr, 1 br i1 %cmp11, label %for.inc.lr.ph, label %for.body5 |