[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)
commite6e4c786b1a9aac0285ab248e3d804f4dadcdde3
tree9604436c5586750141de669c96c32e88e3fa4ee8
parent5a0c8601d3c334803043529e2caee01c75449a3b
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226434 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCFastISel.cpp