diff options
Diffstat (limited to 'test/CodeGen/R600/llvm.SI.sendmsg.ll')
-rw-r--r-- | test/CodeGen/R600/llvm.SI.sendmsg.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/CodeGen/R600/llvm.SI.sendmsg.ll b/test/CodeGen/R600/llvm.SI.sendmsg.ll index 581d422..042fc5b 100644 --- a/test/CodeGen/R600/llvm.SI.sendmsg.ll +++ b/test/CodeGen/R600/llvm.SI.sendmsg.ll @@ -1,10 +1,10 @@ ;RUN: llc < %s -march=r600 -mcpu=verde -verify-machineinstrs | FileCheck %s -; CHECK-LABEL: @main -; CHECK: S_SENDMSG Gs(emit stream 0) -; CHECK: S_SENDMSG Gs(cut stream 1) -; CHECK: S_SENDMSG Gs(emit-cut stream 2) -; CHECK: S_SENDMSG Gs_done(nop) +; CHECK-LABEL: {{^}}main: +; CHECK: s_sendmsg Gs(emit stream 0) +; CHECK: s_sendmsg Gs(cut stream 1) +; CHECK: s_sendmsg Gs(emit-cut stream 2) +; CHECK: s_sendmsg Gs_done(nop) define void @main() { main_body: |