diff options
Diffstat (limited to 'test/CodeGen/Thumb/long.ll')
-rw-r--r-- | test/CodeGen/Thumb/long.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb/long.ll b/test/CodeGen/Thumb/long.ll index 2449e5a..33f6389 100644 --- a/test/CodeGen/Thumb/long.ll +++ b/test/CodeGen/Thumb/long.ll @@ -65,7 +65,7 @@ entry: define i64 @f10() { entry: %a = alloca i64, align 8 ; <i64*> [#uses=1] - %retval = load i64* %a ; <i64> [#uses=1] + %retval = load i64, i64* %a ; <i64> [#uses=1] ret i64 %retval } |