]> granicus.if.org Git - clang/commit
[PowerPC] Fix test/CodeGen/ppc-sfvarargs
authorPetar Jovanovic <petar.jovanovic@imgtec.com>
Mon, 14 Dec 2015 20:30:02 +0000 (20:30 +0000)
committerPetar Jovanovic <petar.jovanovic@imgtec.com>
Mon, 14 Dec 2015 20:30:02 +0000 (20:30 +0000)
commit73510e6e20e954b8dae736fdde4f4a692df8b7e3
tree4a4718ae152c2d3dbabcd30d928b1925892054f2
parent1f2be8d3434fc063bf93e119924695317a74ec66
[PowerPC] Fix test/CodeGen/ppc-sfvarargs

The issue seems to be that .ll file may either use number of register
value or alias %numUsedRegs, so the check needs to cover both cases.

This will hopefully fix the last regression introduced by r255515.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255539 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/ppc-sfvarargs.c