Move the object being used to move-initialize when calling the base class' constructo...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 12 Aug 2015 21:10:41 +0000 (21:10 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 12 Aug 2015 21:10:41 +0000 (21:10 +0000)
commit7b9ff8d1d23d1eb508543c25118b0f3c8585bd37
treeb533ca2e52e0061c5b52b6e331470ac85a604802
parent6b8e62f3f53ad4c70e0071e71555060eabd80e5f
Move the object being used to move-initialize when calling the base class' constructor from the ctor-initializer. This should have no effect given the triviality of the class, but it allows for easier maintenance should the semantics of the base class change. NFC intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244812 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/DependenceAnalysis.h