diff options
| author | Tom Stellard <thomas.stellard@amd.com> | 2013-05-06 17:50:44 +0000 |
|---|---|---|
| committer | Tom Stellard <thomas.stellard@amd.com> | 2013-05-06 17:50:44 +0000 |
| commit | cfe2ef8fea4fd1b095a01f80c3b036a41618461f (patch) | |
| tree | e505b87369dd45b593c94f8ba82ee55500fa61c3 /llvm/test/CodeGen/R600/cf_end.ll | |
| parent | 92f3c0b49c25df53fc28fd80eddf4afcb8b23942 (diff) | |
| download | bcm5719-llvm-cfe2ef8fea4fd1b095a01f80c3b036a41618461f.tar.gz bcm5719-llvm-cfe2ef8fea4fd1b095a01f80c3b036a41618461f.zip | |
R600: Stop emitting the instruction type byte before each instruction
Reviewed-by: Vincent Lejeune <vljn@ovi.com>
Tested-By: Aaron Watry <awatry@gmail.com>
llvm-svn: 181225
Diffstat (limited to 'llvm/test/CodeGen/R600/cf_end.ll')
| -rw-r--r-- | llvm/test/CodeGen/R600/cf_end.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/R600/cf_end.ll b/llvm/test/CodeGen/R600/cf_end.ll index 56cd7de3821..138004df6df 100644 --- a/llvm/test/CodeGen/R600/cf_end.ll +++ b/llvm/test/CodeGen/R600/cf_end.ll @@ -2,8 +2,8 @@ ; 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 -; EG-CHECK: CF_END ; encoding: [0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x80] -; CM-CHECK: CF_END ; encoding: [0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x88] +; 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] define void @eop() { ret void } |

