[PowerPC] Minor correction to r226432
authorHal Finkel <hfinkel@anl.gov>
Mon, 19 Jan 2015 07:44:45 +0000 (07:44 +0000)
committerHal Finkel <hfinkel@anl.gov>
Mon, 19 Jan 2015 07:44:45 +0000 (07:44 +0000)
commitc3168129af076483402f40fcddc8337950ffabbd
treead9727bba3db7d3a446664a8502481c2d5bad05c
parent54c61edee768a2da8e69bc8ba3a218d3bd9f018a
[PowerPC] Minor correction to r226432

We don't need to exclude patchpoints from the implicit r2 dependence in
FastISel because it is added as an implicit operand and, thus, should not
confuse that StackMap code.

By inspection / no test case.

llvm-svn: 226434
llvm/lib/Target/PowerPC/PPCFastISel.cpp