From 586f41777ed3454dc6dc37abf111cf27cbfecf4c Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Tue, 21 May 2013 08:53:17 +0000 Subject: [SystemZ] Tighten branch tests After r182274, the branches in these tests must always be short. llvm-svn: 182358 --- llvm/test/CodeGen/SystemZ/branch-01.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/SystemZ/branch-01.ll') diff --git a/llvm/test/CodeGen/SystemZ/branch-01.ll b/llvm/test/CodeGen/SystemZ/branch-01.ll index 8ff91ac38e8..f201ddd2a9d 100644 --- a/llvm/test/CodeGen/SystemZ/branch-01.ll +++ b/llvm/test/CodeGen/SystemZ/branch-01.ll @@ -6,7 +6,7 @@ define void @f1(i8 *%dest) { ; CHECK: f1: ; CHECK: .L[[LABEL:.*]]: ; CHECK: mvi 0(%r2), 1 -; CHECK: j{{g?}} .L[[LABEL]] +; CHECK: j .L[[LABEL]] br label %loop loop: store volatile i8 1, i8 *%dest -- cgit v1.2.3