Remove LLVMContext from reassociate. It was threaded through every function but
authorNick Lewycky <nicholas@mxc.ca>
Sat, 14 Nov 2009 07:25:54 +0000 (07:25 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 14 Nov 2009 07:25:54 +0000 (07:25 +0000)
commite79fddedcae1ee8fe7d8571db58447bc722f75dc
tree2119bf1ed5edf15c55ed1a6056b415bb3e2d9cc4
parent9a501cf19dbf1f56f0782ddba4c1931565af9610
Remove LLVMContext from reassociate. It was threaded through every function but
ultimately never used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88763 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/Reassociate.cpp