diff options
Diffstat (limited to 'test/CodeGen/SystemZ/02-RetAddImm.ll')
-rw-r--r-- | test/CodeGen/SystemZ/02-RetAddImm.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/02-RetAddImm.ll b/test/CodeGen/SystemZ/02-RetAddImm.ll index 6d73e4d42ab23..40f6cce936bd4 100644 --- a/test/CodeGen/SystemZ/02-RetAddImm.ll +++ b/test/CodeGen/SystemZ/02-RetAddImm.ll @@ -3,4 +3,4 @@ define i64 @foo(i64 %a, i64 %b) { entry: %c = add i64 %a, 1 ret i64 %c -}
\ No newline at end of file +} |