| commit | 06fe9183b07cdd56cc4f8d751ede27dc935ca549 | [log] [tgz] |
|---|---|---|
| author | Sanjay Patel <spatel@rotateright.com> | Tue Jan 26 22:08:58 2016 +0000 |
| committer | Sanjay Patel <spatel@rotateright.com> | Tue Jan 26 22:08:58 2016 +0000 |
| tree | 2f8bc671e1fc03c001b6751da4ac0e10539d45b3 | |
| parent | b4c73d8d8af094c7ab7cc02173ee8ad53e834ec7 [diff] |
[x86] make the subtarget member a const reference, not a pointer ; NFCI It's passed in as a reference; it's not optional; it's not a pointer. llvm-svn: 258867