diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/cconv/reserved-space.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/cconv/reserved-space.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/cconv/reserved-space.ll b/llvm/test/CodeGen/Mips/cconv/reserved-space.ll index a17377ba0e5..0a922345ddf 100644 --- a/llvm/test/CodeGen/Mips/cconv/reserved-space.ll +++ b/llvm/test/CodeGen/Mips/cconv/reserved-space.ll @@ -17,7 +17,7 @@ declare void @foo() nounwind; define void @reserved_space() nounwind { entry: - tail call void @foo() + call void @foo() ret void } |