diff options
Diffstat (limited to 'test/CodeGen/R600/operand-spacing.ll')
-rw-r--r-- | test/CodeGen/R600/operand-spacing.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/operand-spacing.ll b/test/CodeGen/R600/operand-spacing.ll index d9e153d4fe4..bd80414ba6d 100644 --- a/test/CodeGen/R600/operand-spacing.ll +++ b/test/CodeGen/R600/operand-spacing.ll @@ -2,7 +2,7 @@ ; Make sure there isn't an extra space between the instruction name and first operands. -; SI-LABEL: @add_f32 +; SI-LABEL: {{^}}add_f32: ; SI-DAG: S_LOAD_DWORD [[SREGA:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0xb ; SI-DAG: S_LOAD_DWORD [[SREGB:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0xc ; SI: V_MOV_B32_e32 [[VREGB:v[0-9]+]], [[SREGB]] |