R600: Fix encoding of CF_END_{EG, R600} instructions
authorTom Stellard <thomas.stellard@amd.com>
Mon, 29 Apr 2013 22:23:54 +0000 (22:23 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 29 Apr 2013 22:23:54 +0000 (22:23 +0000)
commit015f586bc9665192b6814e91bf47552265ee0617
tree9bf968d8a11eaed57eb0271cafe84251eaca41ac
parent8393b99ed0fb60a966bc40610b8a63029f85962c
R600: Fix encoding of CF_END_{EG, R600} instructions

The EOP bit was not being encoded.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180734 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/R600Instructions.td
test/CodeGen/R600/cf_end.ll [new file with mode: 0644]