diff options
author | Chris Lattner <sabre@nondot.org> | 2004-01-20 19:50:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-01-20 19:50:12 +0000 |
commit | db9b998f636d972b038483a284c67b2802a80d79 (patch) | |
tree | 4d3f9d5edce3d38553c14116a7281e30e7694ad2 /lib/Bytecode | |
parent | ae3664b6088359a9d854c63fedf683ca60f9cf94 (diff) |
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
Diffstat (limited to 'lib/Bytecode')
-rw-r--r-- | lib/Bytecode/Writer/SlotCalculator.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/Bytecode/Writer/SlotCalculator.h b/lib/Bytecode/Writer/SlotCalculator.h index 0bf4c42d98..c371a0e5ac 100644 --- a/lib/Bytecode/Writer/SlotCalculator.h +++ b/lib/Bytecode/Writer/SlotCalculator.h @@ -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 { |