commit | 9a9738f6e5ecbd45bb2bc105d37570f045717152 | [log] [tgz] |
---|---|---|
author | Mehdi Amini <mehdi.amini@apple.com> | Tue Mar 03 22:01:13 2015 +0000 |
committer | Mehdi Amini <mehdi.amini@apple.com> | Tue Mar 03 22:01:13 2015 +0000 |
tree | 607649fe7f2d6f54383c72f31b0b4648c7cca6e7 | |
parent | 1dbe2e3dc4368a1985decfb180bd8e7290cd9f8e [diff] |
Remove getDataLayout() from Instruction/GlobalValue/BasicBlock/Function Summary: This does not conceptually belongs here. Instead provide a shortcut getModule() that provides access to the DataLayout. Reviewers: chandlerc, echristo Reviewed By: echristo Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D8027 From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 231147