summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/Local.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-12-18 23:42:08 +0000
committerDan Gohman <gohman@apple.com>2009-12-18 23:42:08 +0000
commit43ea505fb07e303721d92f2b2bdda6e601868523 (patch)
tree2472770b7295d9eb5dc9f2daa945a6918b909c0c /include/llvm/Transforms/Utils/Local.h
parentb4e6a5df5dada0cd919cc6e2717eb3118db9cc45 (diff)
downloadllvm-43ea505fb07e303721d92f2b2bdda6e601868523.tar.gz
llvm-43ea505fb07e303721d92f2b2bdda6e601868523.tar.bz2
llvm-43ea505fb07e303721d92f2b2bdda6e601868523.tar.xz
Eliminate unnecessary LLVMContexts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91729 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms/Utils/Local.h')
-rw-r--r--include/llvm/Transforms/Utils/Local.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Utils/Local.h b/include/llvm/Transforms/Utils/Local.h
index e6687bb248..2cdd31fb14 100644
--- a/include/llvm/Transforms/Utils/Local.h
+++ b/include/llvm/Transforms/Utils/Local.h
@@ -27,7 +27,6 @@ class PHINode;
class AllocaInst;
class ConstantExpr;
class TargetData;
-class LLVMContext;
struct DbgInfoIntrinsic;
template<typename T> class SmallVectorImpl;