OSDN Git Service

[MemorySSA] Clean up unit tests a tiny bit. NFC.
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Mon, 20 Jun 2016 19:13:07 +0000 (19:13 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Mon, 20 Jun 2016 19:13:07 +0000 (19:13 +0000)
commit4c758ff48799020f1550545d0e79243e5707ea1e
tree5f10e3d2482287f68a982d7a9574aa84b254204e
parentd158fa7c9d45425c593fab7fddb16769e920aa43
[MemorySSA] Clean up unit tests a tiny bit. NFC.

We recently made MemorySSA own the walker it creates. As a part of this,
the MSSA test fixture was changed to have a `Walker*` instead of a
`unique_ptr<Walker>`. So, we no longer need to do `&*Walker` in order to
get a `Walker*`.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273189 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Transforms/Utils/MemorySSA.cpp