Place context in member variables instead of passing around pointers.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 14 Mar 2011 20:57:14 +0000 (20:57 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 14 Mar 2011 20:57:14 +0000 (20:57 +0000)
commitcf03e35d9009480a416b3546a4ee39093e69d506
tree7880719be29d0d8d6516ce9f1993d123479a0898
parentfb32507d099849ab1fa3ee43f4578c3a0e971736
Place context in member variables instead of passing around pointers.

Use the opportunity to get rid of the trailing underscore variable names.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127618 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/ProcessImplicitDefs.h
lib/CodeGen/ProcessImplicitDefs.cpp