diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/local-memory-two-objects.ll')
| -rw-r--r-- | llvm/test/CodeGen/R600/local-memory-two-objects.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/local-memory-two-objects.ll b/llvm/test/CodeGen/R600/local-memory-two-objects.ll index 4a012d91ead..6d3610e101e 100644 --- a/llvm/test/CodeGen/R600/local-memory-two-objects.ll +++ b/llvm/test/CodeGen/R600/local-memory-two-objects.ll @@ -12,7 +12,7 @@ ; CHECK-NEXT: .long 8 ; Make sure the lds writes are using different addresses. -; CHECK: LDS_WRITE {{\** *}}{{PV|T}}[[ADDRW:[0-9]*\.[XYZW]]] +; CHECK: LDS_WRITE {{[*]*}} {{PV|T}}[[ADDRW:[0-9]*\.[XYZW]]] ; CHECK-NOT: LDS_WRITE {{[*]*}} T[[ADDRW]] ; GROUP_BARRIER must be the last instruction in a clause |

