From 2c302a8dfab6b57ea56a906e873f28d054969d1c Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Fri, 27 Feb 2015 23:29:39 +0000 Subject: Update SystemZ/Large test generators to handle new gep IR syntax llvm-svn: 230810 --- llvm/test/CodeGen/SystemZ/Large/branch-range-02.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/SystemZ/Large/branch-range-02.py') diff --git a/llvm/test/CodeGen/SystemZ/Large/branch-range-02.py b/llvm/test/CodeGen/SystemZ/Large/branch-range-02.py index d4514e9ea9f..7f7b09954a6 100644 --- a/llvm/test/CodeGen/SystemZ/Large/branch-range-02.py +++ b/llvm/test/CodeGen/SystemZ/Large/branch-range-02.py @@ -71,7 +71,7 @@ for i in xrange(blocks): other = 'end' if 2 * i < blocks else 'b0' print 'b%d:' % i print ' store volatile i8 %d, i8 *%%base' % value - print ' %%astop%d = getelementptr i32 *%%stop, i64 %d' % (i, i) + print ' %%astop%d = getelementptr i32, i32 *%%stop, i64 %d' % (i, i) print ' %%acur%d = load i32 , i32 *%%astop%d' % (i, i) print ' %%atest%d = icmp eq i32 %%limit, %%acur%d' % (i, i) print ' br i1 %%atest%d, label %%%s, label %%%s' % (i, other, next) -- cgit v1.2.3