diff options
author | Dan Gohman <gohman@apple.com> | 2009-12-18 23:42:08 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-12-18 23:42:08 +0000 |
commit | 43ea505fb07e303721d92f2b2bdda6e601868523 (patch) | |
tree | 2472770b7295d9eb5dc9f2daa945a6918b909c0c /include/llvm/Transforms/Utils/Local.h | |
parent | b4e6a5df5dada0cd919cc6e2717eb3118db9cc45 (diff) | |
download | external_llvm-43ea505fb07e303721d92f2b2bdda6e601868523.zip external_llvm-43ea505fb07e303721d92f2b2bdda6e601868523.tar.gz external_llvm-43ea505fb07e303721d92f2b2bdda6e601868523.tar.bz2 |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Utils/Local.h b/include/llvm/Transforms/Utils/Local.h index e6687bb..2cdd31f 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; |