[Layering] Move AutoUpgrade.h into the IR library where its

implementation already lives.

llvm-svn: 202961
This commit is contained in:
Chandler Carruth 2014-03-05 10:34:14 +00:00
parent 9205140772
commit 9106521056
4 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
//===-- llvm/AutoUpgrade.h - AutoUpgrade Helpers ----------------*- C++ -*-===// //===- AutoUpgrade.h - AutoUpgrade Helpers ----------------------*- C++ -*-===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
@ -11,8 +11,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_AUTOUPGRADE_H #ifndef LLVM_IR_AUTOUPGRADE_H
#define LLVM_AUTOUPGRADE_H #define LLVM_IR_AUTOUPGRADE_H
namespace llvm { namespace llvm {
class CallInst; class CallInst;

View File

@ -13,7 +13,7 @@
#include "LLParser.h" #include "LLParser.h"
#include "llvm/ADT/SmallPtrSet.h" #include "llvm/ADT/SmallPtrSet.h"
#include "llvm/AutoUpgrade.h" #include "llvm/IR/AutoUpgrade.h"
#include "llvm/IR/CallingConv.h" #include "llvm/IR/CallingConv.h"
#include "llvm/IR/Constants.h" #include "llvm/IR/Constants.h"
#include "llvm/IR/DerivedTypes.h" #include "llvm/IR/DerivedTypes.h"

View File

@ -11,8 +11,8 @@
#include "BitcodeReader.h" #include "BitcodeReader.h"
#include "llvm/ADT/SmallString.h" #include "llvm/ADT/SmallString.h"
#include "llvm/ADT/SmallVector.h" #include "llvm/ADT/SmallVector.h"
#include "llvm/AutoUpgrade.h"
#include "llvm/Bitcode/LLVMBitCodes.h" #include "llvm/Bitcode/LLVMBitCodes.h"
#include "llvm/IR/AutoUpgrade.h"
#include "llvm/IR/Constants.h" #include "llvm/IR/Constants.h"
#include "llvm/IR/DerivedTypes.h" #include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/InlineAsm.h" #include "llvm/IR/InlineAsm.h"

View File

@ -11,7 +11,7 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#include "llvm/AutoUpgrade.h" #include "llvm/IR/AutoUpgrade.h"
#include "llvm/DebugInfo.h" #include "llvm/DebugInfo.h"
#include "llvm/IR/CFG.h" #include "llvm/IR/CFG.h"
#include "llvm/IR/CallSite.h" #include "llvm/IR/CallSite.h"