diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/anyext.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/anyext.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/anyext.ll b/llvm/test/CodeGen/R600/anyext.ll index bbe5d0a393e..e120951d3c8 100644 --- a/llvm/test/CodeGen/R600/anyext.ll +++ b/llvm/test/CodeGen/R600/anyext.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -march=r600 -mcpu=verde -verify-machineinstrs | FileCheck %s -; CHECK-LABEL: @anyext_i1_i32 +; CHECK-LABEL: {{^}}anyext_i1_i32: ; CHECK: V_CNDMASK_B32_e64 define void @anyext_i1_i32(i32 addrspace(1)* %out, i32 %cond) { entry: |