diff options
Diffstat (limited to 'test/CodeGen/R600/llvm.AMDGPU.imad24.ll')
-rw-r--r-- | test/CodeGen/R600/llvm.AMDGPU.imad24.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/R600/llvm.AMDGPU.imad24.ll b/test/CodeGen/R600/llvm.AMDGPU.imad24.ll index 95795ea..8998840 100644 --- a/test/CodeGen/R600/llvm.AMDGPU.imad24.ll +++ b/test/CodeGen/R600/llvm.AMDGPU.imad24.ll @@ -8,8 +8,8 @@ declare i32 @llvm.AMDGPU.imad24(i32, i32, i32) nounwind readnone -; FUNC-LABEL: @test_imad24 -; SI: V_MAD_I32_I24 +; FUNC-LABEL: {{^}}test_imad24: +; SI: v_mad_i32_i24 ; CM: MULADD_INT24 ; R600: MULLO_INT ; R600: ADD_INT |