diff options
Diffstat (limited to 'test/CodeGen/R600/wait.ll')
-rw-r--r-- | test/CodeGen/R600/wait.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/wait.ll b/test/CodeGen/R600/wait.ll index b0b7e919586..7703b84ec28 100644 --- a/test/CodeGen/R600/wait.ll +++ b/test/CodeGen/R600/wait.ll @@ -1,6 +1,6 @@ ; RUN: llc -march=r600 -mcpu=SI -verify-machineinstrs < %s | FileCheck -strict-whitespace %s -; CHECK-LABEL: @main +; CHECK-LABEL: {{^}}main: ; CHECK: S_LOAD_DWORDX4 ; CHECK: S_LOAD_DWORDX4 ; CHECK: S_WAITCNT lgkmcnt(0){{$}} |