diff options
| author | Vincent Lejeune <vljn@ovi.com> | 2013-04-17 15:17:39 +0000 |
|---|---|---|
| committer | Vincent Lejeune <vljn@ovi.com> | 2013-04-17 15:17:39 +0000 |
| commit | 2d5c341cee4aa4695d7650b9b55613a4c3964d35 (patch) | |
| tree | dcc4d94cea95b71336a3c3219d2d81ae9b30967e /llvm/test | |
| parent | 218093e83474b8da5bd130c3f0248cd5c4e61a00 (diff) | |
| download | bcm5719-llvm-2d5c341cee4aa4695d7650b9b55613a4c3964d35.tar.gz bcm5719-llvm-2d5c341cee4aa4695d7650b9b55613a4c3964d35.zip | |
R600: Make Export Instruction not duplicable
llvm-svn: 179686
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/R600/jump_address.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/jump_address.ll b/llvm/test/CodeGen/R600/jump_address.ll index cd35bffb130..ae9c8bba4fd 100644 --- a/llvm/test/CodeGen/R600/jump_address.ll +++ b/llvm/test/CodeGen/R600/jump_address.ll @@ -1,6 +1,8 @@ ;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s -; CHECK: JUMP @4 +; CHECK: JUMP @3 +; CHECK: EXPORT +; CHECK-NOT: EXPORT define void @main() #0 { main_body: |

