summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600
diff options
context:
space:
mode:
authorVincent Lejeune <vljn@ovi.com>2013-04-17 15:17:39 +0000
committerVincent Lejeune <vljn@ovi.com>2013-04-17 15:17:39 +0000
commit26ebd7aafcd47f41bfeb57b7b396af6deb8bbbe6 (patch)
treef8ffa3bb3ec5057f32834f3a9bb6413dec9b3c9c /test/CodeGen/R600
parent58df169e82a933c36d85bf3d979741ac1535044f (diff)
downloadllvm-26ebd7aafcd47f41bfeb57b7b396af6deb8bbbe6.tar.gz
llvm-26ebd7aafcd47f41bfeb57b7b396af6deb8bbbe6.tar.bz2
llvm-26ebd7aafcd47f41bfeb57b7b396af6deb8bbbe6.tar.xz
R600: Make Export Instruction not duplicable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179686 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600')
-rw-r--r--test/CodeGen/R600/jump_address.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGen/R600/jump_address.ll b/test/CodeGen/R600/jump_address.ll
index cd35bffb13..ae9c8bba4f 100644
--- a/test/CodeGen/R600/jump_address.ll
+++ b/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: