Move SlotCalculator.h from include/llvm to include/llvm/Analysis

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10930 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2004-01-20 19:50:12 +00:00
parent ae3664b608
commit db9b998f63
3 changed files with 6 additions and 156 deletions

View File

@ -1,4 +1,4 @@
//===-- llvm/SlotCalculator.h - Calculate value slots -----------*- C++ -*-===//
//===-- Analysis/SlotCalculator.h - Calculate value slots -------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@ -17,12 +17,11 @@
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_SLOTCALCULATOR_H
#define LLVM_SLOTCALCULATOR_H
#ifndef LLVM_ANALYSIS_SLOTCALCULATOR_H
#define LLVM_ANALYSIS_SLOTCALCULATOR_H
#include <vector>
#include <map>
#include <cassert>
namespace llvm {