diff options
Diffstat (limited to 'llvm/test/CodeGen/Thumb/long.ll')
-rw-r--r-- | llvm/test/CodeGen/Thumb/long.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb/long.ll b/llvm/test/CodeGen/Thumb/long.ll index 2449e5ad677..33f63892ec3 100644 --- a/llvm/test/CodeGen/Thumb/long.ll +++ b/llvm/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 } |