diff options
Diffstat (limited to 'test/CodeGen/SystemZ/frame-08.ll')
| -rw-r--r-- | test/CodeGen/SystemZ/frame-08.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/SystemZ/frame-08.ll b/test/CodeGen/SystemZ/frame-08.ll index da2a6142fb47..aa4e3f481da4 100644 --- a/test/CodeGen/SystemZ/frame-08.ll +++ b/test/CodeGen/SystemZ/frame-08.ll @@ -208,7 +208,7 @@ define void @f4(i32 *%ptr, i64 %x) { ret void } -; This is the largest frame size for which the prepatory increment for +; This is the largest frame size for which the preparatory increment for ; "lmg %r14, %r15, ..." can be done using AGHI. define void @f5(i32 *%ptr, i64 %x) { ; CHECK-LABEL: f5: @@ -242,7 +242,7 @@ define void @f5(i32 *%ptr, i64 %x) { ret void } -; This is the smallest frame size for which the prepatory increment for +; This is the smallest frame size for which the preparatory increment for ; "lmg %r14, %r15, ..." needs to be done using AGFI. define void @f6(i32 *%ptr, i64 %x) { ; CHECK-LABEL: f6: |
