diff options
Diffstat (limited to 'test/CodeGen/R600/combine_vloads.ll')
-rw-r--r-- | test/CodeGen/R600/combine_vloads.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/combine_vloads.ll b/test/CodeGen/R600/combine_vloads.ll index f8ec712..38420b2 100644 --- a/test/CodeGen/R600/combine_vloads.ll +++ b/test/CodeGen/R600/combine_vloads.ll @@ -9,7 +9,7 @@ ; 128-bit loads instead of many 8-bit -; EG-LABEL: @combine_vloads: +; EG-LABEL: {{^}}combine_vloads: ; EG: VTX_READ_128 ; EG: VTX_READ_128 define void @combine_vloads(<8 x i8> addrspace(1)* nocapture %src, <8 x i8> addrspace(1)* nocapture %result) nounwind { |