diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/vtx-fetch-branch.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/vtx-fetch-branch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/vtx-fetch-branch.ll b/llvm/test/CodeGen/R600/vtx-fetch-branch.ll index bcbe34ea543..4584d6e2525 100644 --- a/llvm/test/CodeGen/R600/vtx-fetch-branch.ll +++ b/llvm/test/CodeGen/R600/vtx-fetch-branch.ll @@ -16,7 +16,7 @@ entry: br i1 %0, label %endif, label %if if: - %1 = load i32 addrspace(1)* %in + %1 = load i32, i32 addrspace(1)* %in br label %endif endif: |