| commit | 8db01cb262b2eeaf50bde91cf87c95434ab2d341 | [log] [tgz] |
|---|---|---|
| author | Bill Wendling <isanbard@gmail.com> | Thu Jun 06 00:11:39 2013 +0000 |
| committer | Bill Wendling <isanbard@gmail.com> | Thu Jun 06 00:11:39 2013 +0000 |
| tree | d3edf7dc2f80345926b96d41f8fa898cd00f7bbd | |
| parent | 30aa6b6243710c02edad4258fda3e4fa9ff59baf [diff] |
Don't cache the TargetLoweringInfo object inside of the FunctionLowering object. The TargetLoweringInfo object is owned by the TargetMachine. In the future, the TargetMachine object may change, which may also change the TargetLoweringInfo object. llvm-svn: 183356