diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/add-debug.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/add-debug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/add-debug.ll b/llvm/test/CodeGen/R600/add-debug.ll index a83c689eb18..529905dd36a 100644 --- a/llvm/test/CodeGen/R600/add-debug.ll +++ b/llvm/test/CodeGen/R600/add-debug.ll @@ -9,7 +9,7 @@ entry: br i1 %0, label %if, label %else if: - %1 = load i64 addrspace(1)* %in + %1 = load i64, i64 addrspace(1)* %in br label %endif else: |