summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/Large/branch-range-04.py
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/Large/branch-range-04.py')
-rw-r--r--llvm/test/CodeGen/SystemZ/Large/branch-range-04.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/SystemZ/Large/branch-range-04.py b/llvm/test/CodeGen/SystemZ/Large/branch-range-04.py
index a0c9c442645..d475c9565e4 100644
--- a/llvm/test/CodeGen/SystemZ/Large/branch-range-04.py
+++ b/llvm/test/CodeGen/SystemZ/Large/branch-range-04.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 @@ for i in xrange(branch_blocks):
print ''
print 'after%d:' % i
+print ' %dummy = load volatile i32, i32 *@global'
print ' ret void'
print '}'
OpenPOWER on IntegriCloud