diff options
Diffstat (limited to 'test/CodeGen/R600/rotl.i64.ll')
-rw-r--r-- | test/CodeGen/R600/rotl.i64.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/R600/rotl.i64.ll b/test/CodeGen/R600/rotl.i64.ll index a221ce3f8bf..a10620f6180 100644 --- a/test/CodeGen/R600/rotl.i64.ll +++ b/test/CodeGen/R600/rotl.i64.ll @@ -1,6 +1,6 @@ ; RUN: llc -march=r600 -mcpu=SI -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s -; FUNC-LABEL: @s_rotl_i64: +; FUNC-LABEL: {{^}}s_rotl_i64: ; SI-DAG: S_LSHL_B64 ; SI-DAG: S_SUB_I32 ; SI-DAG: S_LSHR_B64 @@ -16,7 +16,7 @@ entry: ret void } -; FUNC-LABEL: @v_rotl_i64: +; FUNC-LABEL: {{^}}v_rotl_i64: ; SI-DAG: V_LSHL_B64 ; SI-DAG: V_SUB_I32 ; SI: V_LSHR_B64 |