Move the canonical header to the top of its matching cpp file as per coding convention
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 26 Oct 2015 18:40:56 +0000 (18:40 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 26 Oct 2015 18:40:56 +0000 (18:40 +0000)
commit7d9e75db8b248b1377ce7825139c41ee440df1dd
tree0efff6b45852af90f83646051a8bf84a6a4328c3
parentb738d340fa9958dbefe8d23a4d4659c2255b823a
Move the canonical header to the top of its matching cpp file as per coding convention

This ensures that the header will be verified to be standalone (and
avoid mistakes like the one fixed in r251178)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251326 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/LoopVersioning.cpp