diff options
Diffstat (limited to 'test/CodeGen/SystemZ/01-RetArg.ll')
-rw-r--r-- | test/CodeGen/SystemZ/01-RetArg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/01-RetArg.ll b/test/CodeGen/SystemZ/01-RetArg.ll index 9ab2097a0c89c..8e1ff49c26fa9 100644 --- a/test/CodeGen/SystemZ/01-RetArg.ll +++ b/test/CodeGen/SystemZ/01-RetArg.ll @@ -3,4 +3,4 @@ define i64 @foo(i64 %a, i64 %b) { entry: ret i64 %b -}
\ No newline at end of file +} |