summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/MDBuilder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check ↵Craig Topper2014-04-151-1/+1
| | | | | | instead of comparing to nullptr. llvm-svn: 206252
* Move MDBuilder's methods out of line.Benjamin Kramer2014-04-121-0/+139
Making them inline was a historical accident, they're neither hot nor templated. llvm-svn: 206109
OpenPOWER on IntegriCloud