From 892f8c42dc3b3dc27e435d1fa73998ffbdc04799 Mon Sep 17 00:00:00 2001 From: Tony Jiang Date: Tue, 11 Jul 2017 19:07:10 +0000 Subject: [PATCH] [PPC] Fix one test case regression for patch https://reviews.llvm.org/D34337. llvm-svn: 307691 --- llvm/test/CodeGen/PowerPC/tailcall1-64.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/test/CodeGen/PowerPC/tailcall1-64.ll b/llvm/test/CodeGen/PowerPC/tailcall1-64.ll index 21d6046a30c0..4b0aafbe0a0c 100644 --- a/llvm/test/CodeGen/PowerPC/tailcall1-64.ll +++ b/llvm/test/CodeGen/PowerPC/tailcall1-64.ll @@ -11,5 +11,4 @@ entry: ret i32 %tmp11 ; CHECK-LABEL: tailcaller ; CHECK-NOT: stdu -; CHECK: b tailcallee }