summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2007-11-09 12:22:04 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2007-11-09 12:22:04 +0000
commit8eeca1c252d1261071769c3dd1b1bedb269e09ef (patch)
tree56ef6cd3ec994cda3966775093fa740c6642a298 /llvm/lib/Transforms
parent7a96822f32553cf9387cf6a080475196297a0ff8 (diff)
downloadbcm5719-llvm-8eeca1c252d1261071769c3dd1b1bedb269e09ef.tar.gz
bcm5719-llvm-8eeca1c252d1261071769c3dd1b1bedb269e09ef.zip
And delete this one
llvm-svn: 43939
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Utils/ValueMapper.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/llvm/lib/Transforms/Utils/ValueMapper.h b/llvm/lib/Transforms/Utils/ValueMapper.h
deleted file mode 100644
index 51319db55ce..00000000000
--- a/llvm/lib/Transforms/Utils/ValueMapper.h
+++ /dev/null
@@ -1,29 +0,0 @@
-//===- ValueMapper.h - Interface shared by lib/Transforms/Utils -*- C++ -*-===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file was developed by the LLVM research group and is distributed under
-// the University of Illinois Open Source License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// This file defines the MapValue interface which is used by various parts of
-// the Transforms/Utils library to implement cloning and linking facilities.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef VALUEMAPPER_H
-#define VALUEMAPPER_H
-
-#include "llvm/ADT/DenseMap.h"
-
-namespace llvm {
- class Value;
- class Instruction;
- typedef DenseMap<const Value *, Value *> ValueMapTy;
-
- Value *MapValue(const Value *V, ValueMapTy &VM);
- void RemapInstruction(Instruction *I, ValueMapTy &VM);
-} // End llvm namespace
-
-#endif
OpenPOWER on IntegriCloud