summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/WaymarkTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* IRTests/WaymarkTest.cpp: Fix in --vg-leak.NAKAMURA Takumi2013-01-231-0/+2
| | | | llvm-svn: 173239
* Untabify.NAKAMURA Takumi2013-01-231-5/+5
| | | | llvm-svn: 173235
* Improve r172464: const_cast is not needed if the variable is not constDmitri Gribenko2013-01-141-3/+2
| | | | llvm-svn: 172474
* Fix CastsDavid Greene2013-01-141-1/+2
| | | | | | Use const_cast<> to avoid cast-away-const errors. llvm-svn: 172464
* Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth2013-01-071-0/+54
library rename. llvm-svn: 171747
OpenPOWER on IntegriCloud