diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/packetizer.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/packetizer.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/packetizer.ll b/llvm/test/CodeGen/R600/packetizer.ll index 0a405c57ea9..49a7c0df748 100644 --- a/llvm/test/CodeGen/R600/packetizer.ll +++ b/llvm/test/CodeGen/R600/packetizer.ll @@ -1,7 +1,7 @@ ; RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s ; RUN: llc < %s -march=r600 -mcpu=cayman | FileCheck %s -; CHECK: @test +; CHECK: {{^}}test: ; CHECK: BIT_ALIGN_INT T{{[0-9]}}.X ; CHECK: BIT_ALIGN_INT T{{[0-9]}}.Y ; CHECK: BIT_ALIGN_INT T{{[0-9]}}.Z |