| commit | c3f3da3d214d8fe32f64bfb22060f20b026ca5e9 | [log] [tgz] |
|---|---|---|
| author | Chandler Carruth <chandlerc@gmail.com> | Sun Mar 09 11:49:53 2014 +0000 |
| committer | Chandler Carruth <chandlerc@gmail.com> | Sun Mar 09 11:49:53 2014 +0000 |
| tree | 374f63459b00967c6ac07917cdd6b87e2321e0e9 | |
| parent | a3374446d46ccc9d15701a88a5d42a3303258e38 [diff] |
[PM] Switch new pass manager from polymorphic_ptr to unique_ptr now that it is available. Also make the move semantics sufficiently correct to tolerate move-only passes, as the PassManagers *are* move-only passes. llvm-svn: 203391