diff options
author | Marek Olsak <marek.olsak@amd.com> | 2015-02-03 21:53:27 +0000 |
---|---|---|
committer | Marek Olsak <marek.olsak@amd.com> | 2015-02-03 21:53:27 +0000 |
commit | 37cd4d0f42c31cc0c933069e528e65deaeb94477 (patch) | |
tree | 1731758a60d9badacf65ad0e0c93d088c6e0d506 /llvm/test/CodeGen/R600/cf_end.ll | |
parent | 24ae2cda7c73ededee789fb62fa84b32faa76064 (diff) | |
download | bcm5719-llvm-37cd4d0f42c31cc0c933069e528e65deaeb94477.tar.gz bcm5719-llvm-37cd4d0f42c31cc0c933069e528e65deaeb94477.zip |
R600/SI: Remove the -CHECK suffix from all FileCheck prefixes in LIT tests
llvm-svn: 228040
Diffstat (limited to 'llvm/test/CodeGen/R600/cf_end.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/cf_end.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/R600/cf_end.ll b/llvm/test/CodeGen/R600/cf_end.ll index 138004df6df..c74ee22868d 100644 --- a/llvm/test/CodeGen/R600/cf_end.ll +++ b/llvm/test/CodeGen/R600/cf_end.ll @@ -1,9 +1,9 @@ -; RUN: llc < %s -march=r600 -mcpu=redwood --show-mc-encoding | FileCheck --check-prefix=EG-CHECK %s -; RUN: llc < %s -march=r600 -mcpu=caicos --show-mc-encoding | FileCheck --check-prefix=EG-CHECK %s -; RUN: llc < %s -march=r600 -mcpu=cayman --show-mc-encoding | FileCheck --check-prefix=CM-CHECK %s +; RUN: llc < %s -march=r600 -mcpu=redwood --show-mc-encoding | FileCheck --check-prefix=EG %s +; RUN: llc < %s -march=r600 -mcpu=caicos --show-mc-encoding | FileCheck --check-prefix=EG %s +; RUN: llc < %s -march=r600 -mcpu=cayman --show-mc-encoding | FileCheck --check-prefix=CM %s -; EG-CHECK: CF_END ; encoding: [0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x80] -; CM-CHECK: CF_END ; encoding: [0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x88] +; EG: CF_END ; encoding: [0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x80] +; CM: CF_END ; encoding: [0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x88] define void @eop() { ret void } |