diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/Large/spill-01.py')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/Large/spill-01.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/Large/spill-01.py b/llvm/test/CodeGen/SystemZ/Large/spill-01.py index 86ab741d28f..f59f607d5be 100644 --- a/llvm/test/CodeGen/SystemZ/Large/spill-01.py +++ b/llvm/test/CodeGen/SystemZ/Large/spill-01.py @@ -25,7 +25,7 @@ print '' print 'define void @f1(i64 *%base0, i64 *%base1) {' for i in range(count): - print ' %%ptr%d = getelementptr i64 *%%base%d, i64 %d' % (i, i % 2, i / 2) + print ' %%ptr%d = getelementptr i64, i64 *%%base%d, i64 %d' % (i, i % 2, i / 2) print ' %%val%d = load i64 , i64 *%%ptr%d' % (i, i) print '' |