diff options
Diffstat (limited to 'test/CodeGen/SystemZ/Large/branch-range-11.py')
-rw-r--r-- | test/CodeGen/SystemZ/Large/branch-range-11.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/SystemZ/Large/branch-range-11.py b/test/CodeGen/SystemZ/Large/branch-range-11.py index 85166bc15656a..10466df8baa70 100644 --- a/test/CodeGen/SystemZ/Large/branch-range-11.py +++ b/test/CodeGen/SystemZ/Large/branch-range-11.py @@ -90,6 +90,8 @@ branch_blocks = 8 main_size = 0xffc6 +print '@global = global i32 0' + print 'define void @f1(i8 *%base, i32 *%stopa, i32 *%stopb) {' print 'entry:' print ' br label %before0' @@ -123,5 +125,6 @@ for i in xrange(branch_blocks): print '' print 'after%d:' % i +print ' %dummy = load volatile i32, i32 *@global' print ' ret void' print '}' |