diff options
| author | Tony Jiang <jtony@ca.ibm.com> | 2017-07-11 19:07:10 +0000 |
|---|---|---|
| committer | Tony Jiang <jtony@ca.ibm.com> | 2017-07-11 19:07:10 +0000 |
| commit | 892f8c42dc3b3dc27e435d1fa73998ffbdc04799 (patch) | |
| tree | f2c12dc673895346b47ee65b6b578e95c2af4c89 /llvm/test/CodeGen/PowerPC | |
| parent | da8a47ab016df3167154c6c65087ce1a1dabbf67 (diff) | |
| download | bcm5719-llvm-892f8c42dc3b3dc27e435d1fa73998ffbdc04799.tar.gz bcm5719-llvm-892f8c42dc3b3dc27e435d1fa73998ffbdc04799.zip | |
[PPC] Fix one test case regression for patch https://reviews.llvm.org/D34337.
llvm-svn: 307691
Diffstat (limited to 'llvm/test/CodeGen/PowerPC')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/tailcall1-64.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/tailcall1-64.ll b/llvm/test/CodeGen/PowerPC/tailcall1-64.ll index 21d6046a30c..4b0aafbe0a0 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 } |

