diff options
Diffstat (limited to 'test/CodeGen/Thumb2/thumb2-ldrd.ll')
-rw-r--r-- | test/CodeGen/Thumb2/thumb2-ldrd.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-ldrd.ll b/test/CodeGen/Thumb2/thumb2-ldrd.ll index 2e83ea1..c25359b 100644 --- a/test/CodeGen/Thumb2/thumb2-ldrd.ll +++ b/test/CodeGen/Thumb2/thumb2-ldrd.ll @@ -6,8 +6,8 @@ define i64 @t(i64 %a) nounwind readonly { entry: ; CHECK: ldrd ; CHECK: umull - %0 = load i64** @b, align 4 - %1 = load i64* %0, align 4 + %0 = load i64*, i64** @b, align 4 + %1 = load i64, i64* %0, align 4 %2 = mul i64 %1, %a ret i64 %2 } |