summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/nacl-branch-delay.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/Mips/nacl-branch-delay.ll')
-rw-r--r--llvm/test/CodeGen/Mips/nacl-branch-delay.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/nacl-branch-delay.ll b/llvm/test/CodeGen/Mips/nacl-branch-delay.ll
index 2927f39a416..b0d7e9c85d9 100644
--- a/llvm/test/CodeGen/Mips/nacl-branch-delay.ll
+++ b/llvm/test/CodeGen/Mips/nacl-branch-delay.ll
@@ -44,7 +44,7 @@ define void @test1() {
define void @test2() {
store i32 1, i32* @x, align 4
- tail call void @f2()
+ call void @f2()
ret void
OpenPOWER on IntegriCloud