[SystemZ] Fix large tests broken by conditional returns.

These were broken by D17339.

Differential Revision: http://reviews.llvm.org/D19158

llvm-svn: 266454
diff --git a/llvm/test/CodeGen/SystemZ/Large/branch-range-10.py b/llvm/test/CodeGen/SystemZ/Large/branch-range-10.py
index c928081..c6f8945 100644
--- a/llvm/test/CodeGen/SystemZ/Large/branch-range-10.py
+++ b/llvm/test/CodeGen/SystemZ/Large/branch-range-10.py
@@ -74,6 +74,8 @@
 branch_blocks = 8
 main_size = 0xffcc
 
+print '@global = global i32 0'
+
 print 'define void @f1(i8 *%base, i8 *%stop, i64 %limit) {'
 print 'entry:'
 print '  br label %before0'
@@ -107,5 +109,6 @@
     print ''
     print 'after%d:' % i
 
+print '  %dummy = load volatile i32, i32 *@global'
 print '  ret void'
 print '}'