diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/uaddo.ll')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/uaddo.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/uaddo.ll b/llvm/test/CodeGen/AMDGPU/uaddo.ll index d2128bb1ea1..d867ceb3008 100644 --- a/llvm/test/CodeGen/AMDGPU/uaddo.ll +++ b/llvm/test/CodeGen/AMDGPU/uaddo.ll @@ -83,7 +83,7 @@ define amdgpu_kernel void @v_uaddo_i32_novcc(i32 addrspace(1)* %out, i1 addrspac %val = extractvalue { i32, i1 } %uadd, 0 %carry = extractvalue { i32, i1 } %uadd, 1 store volatile i32 %val, i32 addrspace(1)* %out, align 4 - call void asm sideeffect "", "~{VCC}"() #0 + call void asm sideeffect "", "~{vcc}"() #0 store volatile i1 %carry, i1 addrspace(1)* %carryout ret void } |

