diff options
author | Rui Ueyama <ruiu@google.com> | 2016-12-07 23:26:39 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-12-07 23:26:39 +0000 |
commit | 9a97acc097e1c90c65cc1e72d30bbee9c1870e1f (patch) | |
tree | 24415f01cf96ac0817facb9a93353a43913ab11f /llvm/lib/CodeGen/SafeStackLayout.cpp | |
parent | 332e02a164ca8209e4a10f9c5dd82b4aec7955be (diff) | |
download | bcm5719-llvm-9a97acc097e1c90c65cc1e72d30bbee9c1870e1f.tar.gz bcm5719-llvm-9a97acc097e1c90c65cc1e72d30bbee9c1870e1f.zip |
Remove redundant call of std::unique_ptr::get.
Obj is an instance of std::unique_ptr, so *Obj.get() is the same as *Obj.
llvm-svn: 288996
Diffstat (limited to 'llvm/lib/CodeGen/SafeStackLayout.cpp')
0 files changed, 0 insertions, 0 deletions