[Layering] Move AutoUpgrade.h into the IR library where its
authorChandler Carruth <chandlerc@gmail.com>
Wed, 5 Mar 2014 10:34:14 +0000 (10:34 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 5 Mar 2014 10:34:14 +0000 (10:34 +0000)
commitf8aca1d3f1a4ab7d5a718aa5e0b5d34d38e948e7
tree64bb34a7b379b2ef869583a7528a53b5734bdab2
parentb8105173381adabb8a54c381cbe044925c4bdaa3
[Layering] Move AutoUpgrade.h into the IR library where its
implementation already lives.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202961 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/AutoUpgrade.h [deleted file]
include/llvm/IR/AutoUpgrade.h [new file with mode: 0644]
lib/AsmParser/LLParser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/IR/AutoUpgrade.cpp