summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/extract_vector_elt_i16.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/R600/extract_vector_elt_i16.ll')
-rw-r--r--llvm/test/CodeGen/R600/extract_vector_elt_i16.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/R600/extract_vector_elt_i16.ll b/llvm/test/CodeGen/R600/extract_vector_elt_i16.ll
index 26b8f2c9320..fcdd1bd5c0c 100644
--- a/llvm/test/CodeGen/R600/extract_vector_elt_i16.ll
+++ b/llvm/test/CodeGen/R600/extract_vector_elt_i16.ll
@@ -1,6 +1,6 @@
; RUN: llc -march=r600 -mcpu=SI -verify-machineinstrs< %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s
-; FUNC-LABEL: @extract_vector_elt_v2i16
+; FUNC-LABEL: {{^}}extract_vector_elt_v2i16:
; SI: BUFFER_LOAD_USHORT
; SI: BUFFER_LOAD_USHORT
; SI: BUFFER_STORE_SHORT
@@ -14,7 +14,7 @@ define void @extract_vector_elt_v2i16(i16 addrspace(1)* %out, <2 x i16> %foo) no
ret void
}
-; FUNC-LABEL: @extract_vector_elt_v4i16
+; FUNC-LABEL: {{^}}extract_vector_elt_v4i16:
; SI: BUFFER_LOAD_USHORT
; SI: BUFFER_LOAD_USHORT
; SI: BUFFER_STORE_SHORT
OpenPOWER on IntegriCloud