[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-05.py b/llvm/test/CodeGen/SystemZ/Large/branch-range-05.py
index 69a8112..0a56eff 100644
--- a/llvm/test/CodeGen/SystemZ/Large/branch-range-05.py
+++ b/llvm/test/CodeGen/SystemZ/Large/branch-range-05.py
@@ -74,6 +74,8 @@
 branch_blocks = 8
 main_size = 0xffcc
 
+print '@global = global i32 0'
+
 print 'define void @f1(i8 *%base, i8 *%stop) {'
 print 'entry:'
 print '  br label %before0'
@@ -105,5 +107,6 @@
     print ''
     print 'after%d:' % i
 
+print '  %dummy = load volatile i32, i32 *@global'
 print '  ret void'
 print '}'